#semicolon | |
ACTION: |
switch use of semicolon as comment marker or separator
|
USE: |
so semicolons can be recognised as separators when using C syntax
|
EXAMPLE: |
#semicolon separator s="ok" ; print s #semicolon comment print "ok" ; this is a comment |
REMARKS: |
#semicolon can be confined to a scope (function etc) |
RELATED: |
#case
indexbase
|