RosettaCodeData/Task/Comments/FreeBASIC/comments.basic
2023-07-01 13:44:08 -04: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
'/