From f389d3092d5b20e9cdf0b0f4905254a1deacba54 Mon Sep 17 00:00:00 2001 From: trans_soup <> Date: Sat, 11 Nov 2023 18:39:17 +0100 Subject: [PATCH] mention new special lines in README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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