Hi,

Am 07.09.2010 21:36, schrieb Aaron Sherman:
Oddly, these two expressions have the same output:

for 0 ...^ (3+4) ->  $i { say $i }
for 0 ...^ 7 ->  $i { say $i }

But this one prints the numbers 0 through 7 instead of leaving off the last
number:

for 0 ...^ 3+4 ->  $i { say $i }

Please compile the latest Rakudo from source, and try again :-)
patrickas++

Moritz

Reply via email to