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