all repos — min @ 03220d404ef1ba15da81bf3c9f556b55a5fde7ea

A small but practical concatenative programming language.

Tiny punctuation fix
Yanis Zafirópulos 1265028+drkameleon@users.noreply.github.com
Mon, 02 Nov 2020 11:00:27 +0100
commit

03220d404ef1ba15da81bf3c9f556b55a5fde7ea

parent

1292b9967d899589ba9591a3bb86a60b89ac67ed

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

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

@@ -68,7 +68,7 @@ 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. +> 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