retroforth/book/Starting-BSD
crc 5597a09d69 book: small updates
FossilOrigin-Name: e622af250fb182eb44b66dd492a9686ccf718320b8192a98bf934ce990461dfe
2019-03-19 17:28:39 +00:00

23 lines
718 B
Text

# Starting RETRO on BSD
RETRO can be run for scripting or interactive use. To start it
interactively, run: `retro -i` or `retro -c`.
For a summary of the full command line arguments available:
Scripting Usage:
retro filename [script arguments...]
Interactive Usage:
retro [-h] [-i] [-c] [-s] [-f filename] [-t]
-h Display this help text
-i Interactive mode (line buffered)
-c Interactive mode (character buffered)
-s Suppress the 'ok' prompt and keyboard
echo in interactive mode
-f filename Run the contents of the specified file
-t Run tests (in ``` blocks) in any loaded files