Differences

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


Previous revision
rem [2026/09/18 16:25] (current) – [Syntax] jjflash
Line 1: Line 1:
 +====== REM ======
  
 +[pet] [vic20] [c64] [c16] [cplus4] [c128] [x16] [m65]
 +===== Syntax =====
 +
 +<code xcbasic>
 +REM <comments>
 +</code>
 +or
 +<code xcbasic>
 +' <comments>
 +</code>
 +  
 +The ''REM'' keyword marks a comment until the end of that line. The compiler will ignore it.