all repos — min @ f9e0c25e4a1bf98472723de7185c7071f71342ff

A small but practical concatenative programming language.

Fixed #157.
h3rald h3rald@h3rald.com
Sat, 20 Feb 2021 14:34:05 +0000
commit

f9e0c25e4a1bf98472723de7185c7071f71342ff

parent

a44211206616d7216f4c4ce7b8cb8fa0bad75aa7

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

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

@@ -5,6 +5,7 @@ -----

{@ _defs_.md || 0 @} As explained in [Definitions](/learn-definitions), min uses lexical scoping to resolve symbols and sigils. A *scope* is an execution context (a symbol table really) that: + * is created while a new quotation is being dequoted or a dictionary is created. * is destroyed after a quotation has been dequoted. * is attached to a dictionary.