19 lines
222 B
Text
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
|
|
'/
|