Open
Description
In develop
, with the following problem:
DOCUMENT();
loadMacros(qw(PGstandard.pl PGML.pl contextInequalitySetBuilder.pl));
Context("InequalitySetBuilder");
$sb = Formula("{x : x > 1}");
BEGIN_PGML
In set-builder notation: [_]{$sb}
END_PGML
ENDDOCUMENT();
If I type into a MQ answer blank {x:x>1}
and submit the answer, syntax error at (eval 1515) line 6, near "$x :"
.