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

6 lines
153 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
//Comment (No space required)
# Comment (Space required)
REM Comment (Space require)
PRINT "This is an inline comment."//Comment (No space required)
END