Comments
Comments start anywhere outside a string or character literal with the hash character #. Documentation comments start with ##:
Documentation comments are tokens; they are only allowed at certain places in the input file as they belong to the syntax tree! This feature enables simpler documentation generators.
Multiline comments are started with #[ and terminated with ]#. Multiline comments can also be nested.
Last updated
Was this helpful?