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 0c09e85 commit 1b39176Copy full SHA for 1b39176
doc/Language/variables.pod6
@@ -929,7 +929,7 @@ variables :_>.
929
my Int $i;
930
# OUTPUT«===SORRY!=== Error while compiling <tmp>Variable definition of type Int:D (implicit :D by pragma) requires an initializer ...
931
my Int $i = 1; # that works
932
- { use variables :_; my Int $i; } # switch it of in this block
+ { use variables :_; my Int $i; } # switch it off in this block
933
934
Please note that assigning L<Nil|/type/Nil> will revert the variable to it's
935
default value. The default value of a defined constraint type is the type
0 commit comments