82ac0e1227
FossilOrigin-Name: b4d7f3d85ae7c64c9977d43675afc61347635edf0b3f6d4a7f12e38c0ccc151e
24 lines
347 B
Text
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
|
|
```
|