Now fixed for the next release; should be: (>1;2 3;4 5 6); (>'a';'bc';'def'); (<\i.4); (><\i.4)
Thanks for finding and reporting this error. ----- Original Message ----- From: David Hotham <[email protected]> Date: Wednesday, May 5, 2010 15:55 Subject: [Jprogramming] Typo in dictionary To: [email protected] > (Is there somewhere else I should be reporting this?) > > Vocabulary page for Open gives this example: > > (>1;2 3;4 5 6); (>'a';'bc';'def'); (<\i.4); (<\i.4) > +-----+---+---------------------+-------+ > |1 0 0|a |+-+---+-----+-------+|0 0 0 0| > |2 3 0|bc ||0|0 1|0 1 2|0 1 2 3||0 1 0 0| > |4 5 6|def|+-+---+-----+-------+|0 1 2 0| > | | > | |0 1 2 3| > +-----+---+---------------------+-------+ > > ... which isn't true. > > Presumably this was intended: > > (>1;2 3;4 5 6); (>'a';'bc';'def'); (<\i.4); (>\i.4) ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
