all repos — min @ c5907d4b292e2ed132a252f01c5ff168d379783a

A small but practical concatenative programming language.

Fixes
h3rald h3rald@h3rald.com
Sun, 24 Jan 2021 21:55:19 +0000
commit

c5907d4b292e2ed132a252f01c5ff168d379783a

parent

cf560497f41caff44992d734cb4ed9b6925e0f21

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

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

@@ -45,7 +45,7 @@

{#alias||=>||apply#} {#op||==>||{{none}}||{{none}}|| -Symbol used to separate input and output calues in operator signatures.#} +Symbol used to separate input and output values in operator signatures.#} {#alias||=-=||expect-empty-stack#}

@@ -57,7 +57,7 @@ {#sig||=||quote-define#}

{#alias||=||quote-define#} -{#op||apply||{{q}}|{{d}}||({{a0p}})|{{a0p}}}|| +{#op||apply||{{q}}||({{a0p}})|| Returns a new quotation obtained by evaluating each element of {{q}} in a separate stack. #} {#op||args||{{none}}||{{q}}||