1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/*!
# `NEW`
## Purpose
Erase the current program from memory.
## Remarks
It's gone for real.
## Example
```text
10 PRINT "HELLO"
NEW
LIST
READY.
```
*/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/*!
# `NEW`
## Purpose
Erase the current program from memory.
## Remarks
It's gone for real.
## Example
```text
10 PRINT "HELLO"
NEW
LIST
READY.
```
*/