retroforth/book/Basic-Interactions
crc 82ac0e1227 more work on the book
FossilOrigin-Name: b4d7f3d85ae7c64c9977d43675afc61347635edf0b3f6d4a7f12e38c0ccc151e
2019-03-15 14:23:47 +00:00

24 lines
347 B
Text

# Basic Interactions
Start RETRO in interactive mode:
```
retro -i
```
You should see something similar to this:
RETRO 12 (rx-2019.6)
8388608 MAX, TIB @ 1025, Heap @ 9374
Ok
At this point you are at the *listener*, which reads and
processes your input. You are now set to begin exploring
RETRO.
To exit, run `bye`:
```
bye
```