Thanks. cheers Roelof Contact information Dr. Roelof K. Brouwer PEng Professor Department of Computing Science School of Advanced Technologies and Mathematics Thompson Rivers University 900 McGill Road, PO Box 3010 Kamloops, BC, Canada,V2C 5N3 skype RoelofBrouwer telephone numbers 1-250 828 5219 work 1-250-374-5874 home 1-250-377-6133 fax home page www.tru.ca/advtech/compsci/faculty/rbrouwer email [EMAIL PROTECTED]
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Bron Sent: March 15, 2007 8:28 AM To: General forum Subject: RE: [Jgeneral] unexpected result Roelof wrote: > something=: $@:0:` ({.) ; ($: }.@:]) @. <:#@:] The problem is simply one of parenthization: something=: $@:0:`( ({.) ; ($: }.@:]) )@.(<:#@:]) 3 something 'adfggr' +---+---+---+---++ |adf|dfg|fgg|ggr|| +---+---+---+---++ -Dan ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
