- or download this
foo.equals(0)
- or download this
0.equals(foo)
- or download this
while $item = shift(@foo) {...}
- or download this
while my $item = shift(@foo) {...}
- or download this
for @foo -> $item {...}
- or download this
if $x = long_expression() {...}
- or download this
given long_expression -> $x {...}