diff --git a/README.md b/README.md index 8420fea..91e4f95 100644 --- a/README.md +++ b/README.md @@ -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