(defun check (n) (format t "~d~%" n) (format t "~b~%~%" n)) (check 0)(check 1)(check most-positive-fixnum)
Standard input is empty
0 0 1 1 16777215 111111111111111111111111
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!