Loops/N plus one half: Difference between revisions

m
(Added Quackery.)
Line 414:
=={{header|Arturo}}==
===Functional===
<lang arturorebol>print [join.with:", " [map 1..10 => toString][to ", ":string]</lang>
 
{{out}}
 
<pre>1, 2, 3, 4, 5, 6, 7, 8, 9, 10</pre>
 
1,532

edits