Loops/N plus one half: Difference between revisions

Content deleted Content added
→‎{{header|SNUSP}}: oops, pasted to wrong task
Rahul (talk | contribs)
Line 302:
when there is no element in one of the pipes.
yes \ | cat -n | head -n 10 | paste -d\ - <(yes , | head -n 9) | xargs echo
 
=={{header|V}}==
[loop
[ [10 =] [puts]
[true] [dup put ',' put succ loop]
] when].
 
Using it
|1 loop
=1,2,3,4,5,6,7,8,9,10