all repos — min @ 1dd3d8eb69536b437fba1a78f3a515a96838233c

A small but practical concatenative programming language.

Minor fixes.
h3rald h3rald@h3rald.com
Wed, 16 Dec 2020 20:45:13 +0100
commit

1dd3d8eb69536b437fba1a78f3a515a96838233c

parent

891cd32dfa91fd3b5be69e8c3d5aab984acdb716

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

jump to
M site/contents/learn-quotations.mdsite/contents/learn-quotations.md

@@ -49,6 +49,7 @@

(1 2 3 -) -> Alternatively, the symbol {#link-operator||lang||apply#} or its alias `=>` can also be used to dequote a quotation but in this case it will not push its elements on the main stack, instead it will: + 1. Create a temporary empty stack. 2. Push all elements on it, one by one. 3. Push the entire temporary stack as a quotation back on the main stack.