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 0f0ea4c commit 970bc4bCopy full SHA for 970bc4b
S04-statements/once.t
@@ -93,9 +93,7 @@ for <first second> {
93
};
94
95
nok $was_in_once.defined, 'once {} has not run yet';
96
- #?rakudo todo 'once block does not return final value yet'
97
is $sub(), 23, 'once {} block set our variable (2)';
98
99
#?niecza todo
100
is $sub(), 23, 'the returned value of once {} still there';
101
#?pugs todo
0 commit comments