1/*!
2# `CLEAR [...]`
34## Purpose
5Clear all variables.
67## Remarks
8This statement will ignore any options. Other versions of basic use
9these options to define memory limits for the program, stack, strings, etc.
1011## Example
12```text
13CLEAR
14CLEAR ,16384,1000
15```
1617*/