d36068d72f
FossilOrigin-Name: 9ec7d6dee1b22e748cd1f00886b5c2ed76e4b6138c131f699cbbb0c640c561a3
26 lines
428 B
Text
26 lines
428 B
Text
# Basic Interactions
|
|
|
|
Start Retro in interactive mode:
|
|
|
|
```
|
|
retro -i
|
|
```
|
|
|
|
You should see something similar to this:
|
|
|
|
Retro 12 (2021.7)
|
|
8388608 MAX, TIB @ 1025, Heap @ 9374
|
|
|
|
At this point you are at the *listener*, which reads and
|
|
processes your input. You are now set to begin exploring
|
|
Retro.
|
|
|
|
Retro is normally silent; unlike other Forth systems, it
|
|
does not display an "ok" prompt.
|
|
|
|
To exit, run `bye`:
|
|
|
|
```
|
|
bye
|
|
```
|
|
|