Table of Contents

Advertisement

REM
Purpose
The REM instruction inserts the comment to the Sanyo
Basic source program,
program execution.
This has no effect in the
Form
Description
(1) <comment> can include any usable characters. The
program is executed ignoring the comment lines.
(2) If the REM is used in multiple-statement, up to
<CR> is assumed as the comment after the REM.
(3) An apostrophe can be used in place of the REM.
(4) Control can be passed to the REM statement,
although execution starts from the statement which
first appears after the REM line (other than REM)
Example
>10 REM ***RRGM-1
>20 f 1990.1.1
>30 *
>40 1 by R.MILOS
>50 *
>60 DIM A$ (100)
> .
3-78

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents