ucg/src/help/repl.txt
Jeremy Wall c5d608216a FEATURE: Repl commands.
Adds: #help and #del

Closes #46
2019-05-28 20:29:18 -05:00

18 lines
553 B
Plaintext

UCG repl help
The UCG repl allows you to enter ucg statements interactively. You can import
files create named bindings and see the result of UCG expressions.
The repl understands some non-ucg command as well. Any command that starts with
a '#' character is treated as a ucg repl command and is not parsed as a ucg
statement. Repl commands are invalid inside a ucg statement and will result
in a ucg parse error.
Currently supported commands are:
* #help
- prints out this help text
* #del <name>
- deletes a previously created named binding