all repos — min @ 4b3bae0761ed70e780a5116a745372ea8c78a3fc

A small but practical concatenative programming language.

Updates.
h3rald h3rald@h3rald.com
Sat, 12 Oct 2024 15:08:03 +0200
commit

4b3bae0761ed70e780a5116a745372ea8c78a3fc

parent

59aefabd87e41e18141456e7c778a1f93d20d448

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

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

@@ -43,7 +43,7 @@ <section class="pure-u-1 pure-u-md-1-2">

<h2>Examples</h2> <p>The following example shows how to find recursively all files in the current folder that were modified in the last hour:</p> <pre> - <code>. sys.ls-r + <code>sys.pwd sys.ls-r (fs.mtime time.now 3600 - >) seq.filter</code> </pre>