all repos — min @ b670fd2e6dd05e65b38dd286bc44b15fd489a6ad

A small but practical concatenative programming language.

Doc fixes
h3rald h3rald@h3rald.com
Tue, 08 Dec 2020 21:31:17 +0100
commit

b670fd2e6dd05e65b38dd286bc44b15fd489a6ad

parent

85cafd00b2981f4e99f3ee6c052dc3d35d68b69d

2 files changed, 3 insertions(+), 1 deletions(-)

jump to
M .gitignore.gitignore

@@ -14,3 +14,4 @@ site/temp/

dynlibs/ .env.yml response.json +_*
M site/contents/download.mdsite/contents/download.md

@@ -70,8 +70,9 @@

To exit min shell, press [CTRL+C](class:kbd) or type [0 exit](class:cmd) and press [ENTER](class:kbd). > %tip% +> Tip > -> By default, the min shell provides advanced features like tab-completion, history, etc. If however, you run into problems, you can disable these features by running [min -i](class:cmd) instead, and run min shell with a bare-bones REPL. +> By default, the min shell provides advanced features like tab-completion, history, etc. If however, you run into problems, you can disable these features by running [min -j](class:cmd) instead, and run min shell with a bare-bones REPL. ## Executing a min Program