Non-decimal radices/Output: Difference between revisions

bah -- error... will revisit after i have this right
(get rid of irrelevant implementation)
(bah -- error... will revisit after i have this right)
Line 216:
f :: Int -> IO ()
f n = printf " %3o %2d %2X\n" n n n -- binary not supported</lang>
 
=={{header|J}}==
 
16b180154659
abcf123
8b123459
361103
10b123459
123459
 
=={{header|Java}}==
6,962

edits