Integer sequence: Difference between revisions

Content deleted Content added
add language: Retro
Added Fish
Line 284:
 
Fantom's integers are 64-bit signed, and so the numbers will return to 0 and continue again, if you wait long enough!
 
=={{header|Fish}}==
Since there aren't really libraries in Fish and I wouldn't know how to program arbitarily large integers, so here's an example that just goes on until the interpreter's number limit:
<lang Fish>0>:n1+v
^o" "<</lang>
 
=={{header|Forth}}==