RosettaCodeData/Task/Comments/MBS/comments.mbs
2023-07-01 13:44:08 -04:00

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 */