ASIC
Search this site
ASIC
Downloads
Readme
Changelog
Getting Started
Installation
Tutorial
Integrated Editor/Compiler Environment
Using the Debugger
Command-Line Compiler Options
Language Elements
Keyword Reference
Compatibility with BASICA/GWBASIC
Technical Details/Tips
Multiple Object Module Programs
Converting GWBASIC Programs
Error Messages
Keyword Reference
>
REM
Format
REM free form comments
Description
This statement is used to insert comments into your program. Everything following REM is treated by ASIC as a comment.
Example
REM The compiler will ignore this line