Re: [Jgeneral] Interpreting a J script.

2011-12-13 Thread Gilles Kirouac
linuq@TosSaA70 ~/j701/bin $ ./jconsole -js a=.23 b=.3 echo a*b exit 0 69 linuq@TosSaA70 ~/j701/bin $ See also: http://www.jsoftware.com/docs/help701/user/cmdline.htm The last example of the above page is incorrect. Someone to correct the User Manual? Chris? When reading the User

Re: [Jgeneral] Interpreting a J script.

2011-12-13 Thread Raul Miller
To navigate to the next page, click on the link at the top of the page. Or click on to go back to the previous page. -- Raul On Tue, Dec 13, 2011 at 12:22 PM, Gilles Kirouac gkiro...@riq.qc.ca wrote: linuq@TosSaA70 ~/j701/bin $ ./jconsole -js a=.23 b=.3 echo a*b exit 0 69 linuq@TosSaA70