retroforth/doc/book/general/basic-interactions
crc 4a28de9fb7 Start moving away from describing the core of Retro as "experimental" (as per issue #24)
FossilOrigin-Name: 3a442a2b4b97e9faab394291201495523cbc4b1544d1d2a1a97d7431a980d155
2020-12-17 12:53:47 +00:00

22 lines
336 B
Text

# Basic Interactions
Start RETRO in interactive mode:
```
retro -i
```
You should see something similar to this:
RETRO 12 (2019.6)
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.
To exit, run `bye`:
```
bye
```