use Int; $x = $*IN; while(1){ $x=$x-1; if($x==0)break; my $input = $*IN; my $x = Int->new($input); print $x->bsqrt(); }
Standard input is empty
===SORRY!=== Unable to find module 'Int' in the @*INC directories. (@*INC contains: /home/gmeWIl/.perl6/lib /usr/lib/parrot/2.7.0/languages/perl6/lib .)
Standard output is empty