6 lines
153 B
Text
6 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
|