User Tools

Site Tools


en:rem

Differences

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

Link to this comparison view

en:rem [2016/01/01 22:41]
en:rem [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Rem (Statement) =====
  
 +==== Format ====
 +**rem** //comment//\\
 +**#** //comment//
 +
 +==== Description ====
 +Line comment.  A line beginning with REM (or the shortened #) is ignored.
 +
 +==== See Also ====
 +{{page>en:start#Program Control&noheader}}