Integer Ranges by pooq

m:-readln([A]),B is 2^((A-1)mod 32),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