Mental calculation by pooq

1a=b:b=y:input""y:if y goto 1
for i=0to 99c=mod(a+b,10)
a=b
b=c
?c;next

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page