Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
syntax [2019/12/09 08:38] – [Syntax] neilssyntax [2019/12/09 08:40] (current) – [Comments] neils
Line 68: Line 68:
 ===== Comments  ===== ===== Comments  =====
  
-The only way to add comments is the [[REM|REM]] statement.+The only way to add comments is the [[REM|REM]] statement. The ''REM'' keyword however has two aliases: the semicolon ('';'') and the single quote ('''''). 
 + 
 +    rem This is a comment 
 +    ' This is also a comment 
 +    ; This is also a comment
  
 ===== String literals ===== ===== String literals =====