Integer sequence: Difference between revisions

Content added Content deleted
(Printing an integer sequence in Rapira)
Line 1,223: Line 1,223:


=={{header|Joy}}==
=={{header|Joy}}==
<syntaxhightlight lang=Joy>
<lang joy>
1 [0 >] [dup put succ] while pop.</lang>
1 [0 >] [dup put succ] while pop.</syntaxhighlight>


Counting stops at <code>maxint</code>, which is 2147483647
Counting stops at <code>maxint</code>: 2147483647


=={{header|jq}}==
=={{header|jq}}==