The beautifier does not know how to deal with quoted strings
or with conditional compilation directives
Will these be supported soon?
Code:
Q'(Aren't quoted strings great?)'
Code:
$IF boolean_static_expression $THEN text
[ $ELSIF boolean_static_expression $THEN text ]
[ $ELSE text ]
$END