RosettaCodeData/Task/Comments/J/comments.j

14 lines
385 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
NB. Text that follows 'NB.' has no effect on execution.
0 : 0
Multi-line comments may be placed in strings,
like this.
)
Note 'example'
Another way to record multi-line comments as text is to use 'Note', which is actually
a simple program that makes it clearer when defined text is used only to provide comment.
)
2015-11-18 06:14:39 +00:00
'A simple string which is not used is legal, and will be discarded'