Hi, all
I use J as script language from another language through jconsole
Like this:
jconsole -js a=.23 b=.3 "echo a*b" "exit''"
My problem is when script is wrong console application don't exit
Like in this example

jconsole -js a=.23 b=.3 "echo a*b*c" "exit''"
What can I do?
Thanks

Nadav Chernin
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to