all repos — min @ 9b854e6fb0eba2049ec2e9891e46af03079b08f8

A small but practical concatenative programming language.

Minor fix.
h3rald h3rald@h3rald.com
Sun, 27 Aug 2023 03:28:16 +0000
commit

9b854e6fb0eba2049ec2e9891e46af03079b08f8

parent

84576c80948b1beb5860954a1023ac5fdb12ee9c

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

jump to
M site/contents/learn-shell.mdsite/contents/learn-shell.md

@@ -4,10 +4,10 @@ title: "Learn: Shell"

----- {@ _defs_.md || 0 @} -The min executable also provide an interactive REPL (Read-Eval-Print Loop) when launched with the `-i` flag: +The min executable also provide an interactive REPL (Read-Eval-Print Loop) when launched with no arguments: > %min-terminal% -> [$](class:prompt) min -i +> [$](class:prompt) min > <span class="prompt">&#91;/Users/h3rald/Development/min&#93;$</span> Although not as advanced, the min REPL is not dissimilar from an OS system shell like Bash, and as a matter of fact, it provides many functionalities that are found in other shells or command prompts, such as: