all repos — min @ 5b8fa4e695d99f94b8c13077b74ce3ab1c820a8e

A small but practical concatenative programming language.

Fixes
Fabio Cevasco h3rald@h3rald.com
Sat, 15 Jun 2024 21:36:18 +0200
commit

5b8fa4e695d99f94b8c13077b74ce3ab1c820a8e

parent

f3bd4b10b41a0b6e546e7475dc160732e6b6452d

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

jump to
M site/contents/reference-global.mdsite/contents/reference-global.md

@@ -100,10 +100,10 @@ {#op||defined-sigil?||{{sl}}||{{b}}||

Returns {{t}} if the symbol {{sl}} is defined, {{f}} otherwise.#} {#op||delete-sigil||{{sl}}||{{none}}|| -Deletes the specified symbol {{sl}}.#} - -{#op||delete-sigil||{{sl}}||{{none}}|| Deletes the specified user-defined sigil {{sl}}.#} + +{#op||delete-symbol||{{sl}}||{{none}}|| +Deletes the specified symbol {{sl}}.#} {#op||dequote||{{q}}||{{a0p}}|| > Pushes the contents of quotation {{q}} on the stack.
M site/contents/reference-sys.mdsite/contents/reference-sys.md

@@ -15,7 +15,7 @@ > > Example

> > > > The following program makes the file **/tmp/test.txt** readable, writable and executable by its owner, and readable and executable by users of the same group and all other users: > > -> > `/tmp/test.txt 755 chmod`#} +> > `"/tmp/test.txt 755 chmod"`#} {#op||cd||{{sl}}||{{none}}|| Change the current directory to {{sl}}. #}