Jump to content

Integer sequence: Difference between revisions

Line 826:
 
<syntaxhighlight lang="e">for i in int > 0 { println(i) }</syntaxhighlight>
 
=={{header|EasyLang}}==
 
<syntaxhighlight lang="easylang">
max = pow 2 53
repeat
print i
if i = 10
print "."
print "."
i = max - 10
.
until i = max
i += 1
.
</syntaxhighlight>
 
=={{header|EchoLisp}}==
2,060

edits

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