Loops/With multiple ranges: Difference between revisions

m
→‎{{header|zkl}}: fancify output
(→‎{{header|zkl}}: added code)
m (→‎{{header|zkl}}: fancify output)
Line 116:
}
/* SUM and PROD are used for verification of J incrementation */
println("sum = "%,d\nprod = %,d".fmt(sum,prod));</lang>
println("prod = ",prod);</lang>
{{out}}
<pre>
sum = 348173348,173
prod = -793618560793,618,560
</pre>
Anonymous user