Pascal Jasmin asked: > would the universe implode if the 2nd statement > was also true? > (0 $ 1) -: 0 $ 0 > 1 > (0 1$ 1) -: 0 0$ 0 > 0 > (0 0$ 1) -: 0 0$ 0 > 1
Perhaps not, but a kitten would be very sad. That said, is there some reason you are using -: when -:&, would give you the results you are asking for? -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
