RosettaCodeData/Task/Comments/FUZE-BASIC/comments.basic

6 lines
153 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
//Comment (No space required)
# Comment (Space required)
REM Comment (Space require)
PRINT "This is an inline comment."//Comment (No space required)
END