Degree of Booleans by pooq

numeric digits 2e3
do 1e3
pull a
a=4**a
s=0
do i=1 to length(a)
s=s+substr(a,i,1)
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