Changeset 22045
- Timestamp:
- 08/27/08 16:30:56 (3 months ago)
- Files:
-
- 1 moved
-
t/spec/S04-statements/if.t (moved) (moved from t/statements/if.t) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S04-statements/if.t
r21719 r22045 117 117 118 118 # L<S04/"Conditional statements"/The value of the conditional expression may be optionally bound to a closure parameter> 119 #?rakudo skip 'Closure parameters for if block' 119 120 { 120 121 my ($got, $a_val, $b_val); … … 149 150 is $got, '', 'else -> $c { } binding previous if'; 150 151 } 152 153 # vim: ft=perl6
