5 lines
153 B
Text
5 lines
153 B
Text
//Comment (No space required)
|
|
# Comment (Space required)
|
|
REM Comment (Space require)
|
|
PRINT "This is an inline comment."//Comment (No space required)
|
|
END
|