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 e7d26b1 commit b347d5eCopy full SHA for b347d5e
doc/Language/traps.pod6
@@ -110,7 +110,7 @@ inside the loop gets initialized anew each time the sub is called:
110
count-it;
111
say "…and again…";
112
113
- =end code
+
114
115
# OUTPUT:
116
# Count is 0
@@ -120,7 +120,8 @@ inside the loop gets initialized anew each time the sub is called:
120
121
# Count is 1
122
# Count is 2
123
-
+ =end code
124
125
The same layout exists in our buggy program. The C<{ }> inside a double-quoted
126
string isn't merely an interpolation to execute a piece of code. It's actually
127
its own block, which is just as in the example above gets cloned each time the
0 commit comments