Jump to content

Integer sequence: Difference between revisions

(Jakt)
Line 822:
 
In the future, the implementation may switch to arbitrary precision, so it will keep running until memory fills up.
 
=={{header|EasyLang}}==
 
<syntaxhighlight lang="easylang">
max = pow 2 53
repeat
print i
if i = 10
print ".\n."
i = max - 10
.
until i = max
i += 1
.
</syntaxhighlight>
 
=={{header|E}}==
2,083

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.