16:46 >raku -e "for 1 .. * { qq[$_ is { $_.^name }].put; last if $_ >= 3; }" 1 is Int 2 is Int 3 is Int 16:46 >