# or -- or even <!-- --> don't do this.
Hi!
We do not have comments yet but I think we should have. Will tag this as an enhancement.
Special characters like ( or ; or [ are not ignored in %% comments.
One of the main usages for comments is [temporarily] commenting out code.
Included in release 0.2.16
If anyone else finds this before any other docs about it:
%% Comments after double percent signs
This doesn't work in the Live Editor, version 8.4.2. Ideas?
Very simple diagram:
%% something
Investment --> "1 or more" Disbursement
Result:
Parse error on line 3:
...iagram%% somethingInvestment --> "1
---------------------^
Expecting 'CLASS', 'ANNOTATION_START', 'MEMBER', 'SEPARATOR', 'UNICODE_TEXT', 'NUM', 'ALPHA', got 'NEWLINE'
Most helpful comment
If anyone else finds this before any other docs about it: