>>>>> "GW" == Greg Wilson <Greg.Wilson@baltimore.com> writes: GW> I would like to add a "%b" format for converting numbers to GW> binary format (1's and 0's). For completeness, wouldn't you also want a binary integer literal so your students could write binary numbers in their code? And what about a binary() operator a la hex()? -Barry