Rem
- Last UpdatedJul 18, 2023
- 1 minute read
Used to include explanatory comments in a program.
Syntax
Rem Comment
Comment:
The text of any comment you want to include in the code.
Example
' This is another way to comment
Rem This is a remark
Used to include explanatory comments in a program.
Rem Comment
Comment:
The text of any comment you want to include in the code.
' This is another way to comment
Rem This is a remark