mention new special lines in README.

This commit is contained in:
trans_soup 2023-11-11 18:39:17 +01:00
parent bbf9b0c919
commit f389d3092d
1 changed files with 3 additions and 1 deletions

View File

@ -89,8 +89,10 @@ or = a b → a true b
here are the commands that are specific to this REPL:
- `!.exit` exits the REPL.
- `!.env` prints out all the named functions.
- `!.clear` clears the console.
- `!.env` prints out all the named functions.
- `!.env_raw` prints out all the named functions, without any special rendering.
- `!.load prelude` runs the program exported by `lib/prelude.mjs`.
# disclaimer