It would be very helpful if you can provide expressions (as short as possible) that demonstrate the problems that you allude to.
----- Original Message ----- From: "greg heil" <[EMAIL PROTECTED]> To: "Beta forum" <[email protected]> Sent: Wednesday, May 31, 2006 11:15 PM Subject: Re: [Jbeta] J IDE On 5/31/06, Roger Hui <[EMAIL PROTECTED]> wrote: > In that case (a named tacit) I don't know why you think that the values for > the left and right arguments are not available. e.g. > plus=: + 13!:0 ]1 'abc' plus 3 4 5 |domain error: plus |plus[:0] 13!:13 '' Interesting, your example works fine! > If you are using the debug window, the above information is also available > via the "view stack" icon, the icon second from the right. Right, it is the gui i was working from. and, eg, with my recursive problem i get no value for x & y ... but the 13!:13 works! Thanks! ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
