4 lines
123 B
Text
4 lines
123 B
Text
@# old-style comment to end of line
|
|
@; new-style comment to end of line
|
|
@(bind a ; comment within expression
|
|
"foo")
|