6 lines
236 B
Text
6 lines
236 B
Text
! A pling in a line starts a comment
|
|
|
|
INT n:=5 ! Comments can appear at the end of a line
|
|
|
|
/* A comment block can also be defined using climbstar and starclimb symbols.
|
|
This allows comments to be stretched across several lines */
|