all repos — hex @ 49ef826ef5a3d28d552b48907d9e407f4f7115af

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes.
Fabio Cevasco h3rald@h3rald.com
Tue, 17 Dec 2024 19:25:44 +0100
commit

49ef826ef5a3d28d552b48907d9e407f4f7115af

parent

bb80f31447c5d10ec933979d3aa7d3f558f13f89

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

jump to
M web/contents/learn.htmlweb/contents/learn.html

@@ -160,7 +160,7 @@ <p>Say you want to print the size of each file in the current directory, for example.</p>

<p>Let's start with creating our own symbol to read the contents of the current directory and put them in a quotation:</p> - <pre><code>($"ls"$$ $:run$$ $0x1$$ $:get$$ $"\n"$$ $:split$$) $"ls"$$ $::$$</code></pre> + <pre><code>($"ls"$$ $:run$$ $0x1$$ $:get$$ $"\\n"$$ $:split$$) $"ls"$$ $::$$</code></pre> <p>Basically, when dequoted, this quotation will:</p> <ol> <li>Run the <code>ls</code> command (it will work on *nix at least) using the {{run}} symbol.</li>