ĵaŭ, 04 Feb 2010, Sherlock Ric skribis: > > From: Roger Hui > > > > If you prefer to define a function > > using compositions (i.e. "tacitly"), then: > > > > f1=: % @: (+/) @: % > > > > is better. > > Note an alternative form of the above (using forks) is: > f1a=: [: % [: +/ % > > I know that I found that form easier to grasp when I was first coming to grip > with tacit.
I prefer using @ or @: without spaces in between for short phrases, so that it forms a compound word like %@:(+/)@:% that is easily recognized in a sentence. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
