Jump to content

Generator/Exponential: Difference between revisions

→‎{{header|Perl 6}}: forgot to add output
(→‎{{header|Perl 6}}: add Perl 6 entry)
(→‎{{header|Perl 6}}: forgot to add output)
Line 411:
 
say (@squares without @cubes)[20 ..^ 20+10].join(', ');</lang>
 
Output:
<pre>529, 576, 625, 676, 784, 841, 900, 961, 1024, 1089</pre>
 
=={{header|PicoLisp}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.