The "10 to 35" phrase refers to "digits" on the right of "b". e.g. 16bdeadbeef
----- Original Message ----- From: Don Guinn <[EMAIL PROTECTED]> Date: Sunday, January 13, 2008 6:13 Subject: [Jprogramming] Base Value Constants To: Programming forum <[email protected]> > The Vocabulary says that a base value constant runs from 10 to > 35. I tried > numbers less than 10 and they work. Even base 1 works. Should > the Vocabulary > be updated to say from 2 to 35? > > 16b11 > 17 > 3b11 > 4 > 3b111 > 13 > 4b111 > 21 > 2b111 > 7 > 1b111 > 3 > Some I'm not sure should work are: > > _1b111 > 1 > _3b111 > 7 > 0.5b123 > 4.25 > 0.1b123 > 3.21 > 0.1b123.45 > 543.21 > _0.1b123.45 > 462.81 > 9!:14'' > j602/beta/2007-09-19/23:00 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
