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

6 lines
303 B
Text

' 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