On 2/27/07, I wrote:
stk=: (]`,:`) (`:6)
Actually, that's more verbose than needed -- the left set of parenthenthesis is not needed (though J does include them in its linear representation of the adverb): stk=: ]`,:` (`:6) This suggests perhaps a better approach would be train=: `:6 stk=: ]`,:` train -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
