(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) David ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
