Loops/With multiple ranges: Difference between revisions

m
m (→‎{{header|Perl 6}}: minor simplifications, style, whitespace tweaks)
Line 396:
11**x to (11**x + one) ;
 
put "\nLiteral minded varientvariant:";
put ' Sum: ', comma [+] $j».abs;
put ' Product: ', comma ([\*] $j.grep: so +*).first: *.abs > 2²⁷;</lang>
10,333

edits