On Wed, Jun 3, 2009 at 5:08 PM, Tracy Harms <[email protected]> wrote: > When learning to overcome this type of mistake I found it useful to > identify a variety of synonyms: > > (%: ^: 2) 16 > > %: ^: (2) 16 > > %: ^: 2 ] 16 > > On Tue, Jun 2, 2009 at 6:52 PM, Henry Rich <[email protected]> wrote: >> %: ^: 2 (16)
Also % (^: 2) 16 and 2 (% ^:) 16 The important thing is that something appear between 2 and 16. If nothing appears there, the interpreter will treat them as belonging together. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
