Fixes.
Fabio Cevasco h3rald@h3rald.com
Tue, 17 Dec 2024 19:25:44 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
web/contents/learn.html
→
web/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>