This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bba7bfd280
RosettaCodeData
/
Task
/
Integer-sequence
/
Phix
/
integer-sequence-3.phix
7 lines
107 B
Plaintext
Raw
Blame
History
include bigatom.e
bigatom b = ba_new(0)
while 1 do
ba_printf(1,"%B\n",b)
b = ba_add(b,1)
end while
Reference in New Issue
View Git Blame
Copy Permalink