strbonacci FIXED by pooq

do 8
parse pull a b
s=a b
do 6/(a>"")
c=b||a
s=s c
a=b
b=c
end
say s
end

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

download

return to the top page