7 lines
303 B
Text
7 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
|