Ok. 1 - I want to write a j script which receives a number via the commandline and prints out: '3 added to this number is BLAH' where blah is the result of adding 3 to the input number.
Sample execution: shell> ./jscript 4 3 added to this number is 7 Also, what is the name of the program in the J distribution which would run such a script? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
