Module REM

Source
Expand description

§REM [<anything>] or ' [<anything>]

§Purpose

Embeds non-executing remarks into the program source code.

§Remarks

Remarks do nothing.

§Example

10 REM Authored by Zaphod
20 PRINT 42 ' Answer to everything.
RUN
42