Comments: Difference between revisions

Comments in Chipmunk Basic
(Added ALGOL-M example)
(Comments in Chipmunk Basic)
Line 403:
# and this is too
print "this is code" #comment after statement</syntaxhighlight>
 
==={{header|Chipmunk Basic}}===
{{works with|Chipmunk Basic|3.6.4}}
<syntaxhighlight lang="qbasic">10 rem this is a comment
20 ' and this is too
30 print "this is code" : 'comment after statement
40 print "and more code" : rem comment after statement</syntaxhighlight>
 
==={{header|IS-BASIC}}===
2,136

edits