On Wed, Nov 3, 2010 at 9:49 PM, bill lam <[email protected]> wrote: > I guess the sentence > if. 0 do. 1 end. > actually evaluated to i.0 0 which becomes the last value for the entire T > block.
I think you are correct. 3 :'if.0 do.1 end.' '' $3 :'if.0 do.1 end.' '' 0 0 3 :'if.i.0 0 do.1 end.' '' 1 -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
