Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
JBtje edited this page Sep 24, 2015 · 4 revisions

Syntax

REM

Description

The REM command allows you to place text inline. It does the same as //.

Example

NEW
10 A = 1
20 PRINT A
30 REM this line contains comment about the code, or just a random text

Returns:

1

Clone this wiki locally