Please change the manual a little bit. File cmdline.htm in the J user guide suggests:
Examples with -js: jconsole -js a=.23 b=.3 "echo a*b" jconsole -js a=.23 b=.3 "echo a*b" exit I have a different idea, since the example causes a syntax error. Change that third line to jconsole -js a=.23 b=.3 "echo a*b" "exit 0" Thank you, Dave. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
