Integer Ranges by teebee(pooq)

m:-readln([A]),B=2^(A-1/\31),format("-~d to ~d
",[B,B-1]),m.

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

download

return to the top page