RosettaCodeData/Task/Comments/FreeBASIC/comments.freebasic
2016-12-05 23:44:36 +01:00

19 lines
222 B
Text

' FB 1.05.0 Win64
' This a single line comment
REM This is another way of writing a single line comment
/'
This is a
multi-line
comment
'/
/'
Multi-line comments
/'
can also be nested
'/
like this
'/