We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0f838 commit ec10b86Copy full SHA for ec10b86
docs/appendix-g-glossary.txt
@@ -364,6 +364,9 @@ create them with [junctive ops](appendix-b-grouped.html#junctions)
364
365
# [L](#nav-top)
366
367
+<a id="lazy"/>
368
+**lazy** —
369
+
370
<a id="lexical-scope"/>
371
**lexical scope** —
372
@@ -612,6 +615,10 @@ a [whole page](tablet-9-regexes.html) is dedicated just about that subject
612
615
613
616
<a id="reify">
614
617
**reify** —
618
+Since [*lists*](#list) are per default [*lazy*](#lazy) in Perl 6,
619
+it is possible that not all elements are known yet explicitly.
620
+However there is an internal pointer up to which element they are known,
621
+plus the internal command *reify* to compute the next element.
622
623
<a id="role"/>
624
**role** —
0 commit comments