basic/doc/statements/
rem.rs

1/*!
2# `REM [<anything>]` or `' [<anything>]`
3
4## Purpose
5Embeds non-executing remarks into the program source code.
6
7## Remarks
8Remarks do nothing.
9
10## Example
11```text
1210 REM Authored by Zaphod
1320 PRINT 42 ' Answer to everything.
14RUN
1542
16```
17
18*/