Fixes
Fabio Cevasco h3rald@h3rald.com
Sat, 15 Jun 2024 21:36:18 +0200
2 files changed,
4 insertions(+),
4 deletions(-)
M
site/contents/reference-global.md
→
site/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.md
→
site/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}}. #}