all repos — min @ 797f854d75b4558746f620ad9f1fdf2781d66d1d

A small but practical concatenative programming language.

Updated docs.
h3rald h3rald@h3rald.com
Thu, 23 Jan 2020 17:23:34 +0100
commit

797f854d75b4558746f620ad9f1fdf2781d66d1d

parent

b528aeb6127e06905c32ef675a49ab1371f8cf54

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M site/contents/download.mdsite/contents/download.md

@@ -66,6 +66,10 @@ > [[/Users/h3rald/test]$](class:prompt)

To exit min shell, press [CTRL+C](class:kbd) or type [0 exit](class:cmd) and press [ENTER](class:kbd). +> %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. + ## Executing a min Program To execute a min script, you can: