RosettaCodeData/Task/Comments/Gambas/comments.gambas

7 lines
303 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
' This whole line is a comment and is ignored by the gambas interpreter
print "Hello" ' Comments after an apostrophe are ignored
'' A bold-style comment
' TODO: To Do comment will appear in Task Bar
' FIXME: Fix Me comment will appear in Task Bar
' NOTE: Note commnet will appear in Task Bar