all repos — min @ a5415e7cfd61d5d31f1fc812a462c5a243d77884

A small but practical concatenative programming language.

Fixed typo.
Fabio Cevasco h3rald@h3rald.com
Mon, 13 Aug 2018 07:09:34 +0200
commit

a5415e7cfd61d5d31f1fc812a462c5a243d77884

parent

5b3ec4bae32ed3ef3c71a522104d8364b3283529

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

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

@@ -41,10 +41,10 @@

{#alias||=||quote-define#} {#op||apply||{{q}}|{{d}}||({{a0p}})|{{{a0p}}}|| -> This operator can be used on quotations or dictionaries: +> This operator can be used on a quotation or a dictionary: > > * If a quotation {{q}} is passed, it returns a new quotation obtained by evaluating each element of {{q}} in a separate stack. -> * If a quotation {{d}} is passed, it returns a new dictionary obtained by evaluating each symbol of {{d}} in a separate stack.#} +> * If a dictionary {{d}} is passed, it returns a new dictionary obtained by evaluating each symbol of {{d}} in a separate stack.#} {#op||args||{{null}}||{{q}}|| Returns a list of all arguments passed to the current program.#}