Fixed #157.
h3rald h3rald@h3rald.com
Sat, 20 Feb 2021 14:34:05 +0000
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
site/contents/learn-scopes.md
→
site/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.