Consider the simple file attached below and the error it throws. The error is not thrown if the verb name n is changed to nn . And the error is not thrown if the lines are entered directly into jconsole.
load'/Users/brian/j601/user/cluster/testload.ijs' |value error: n | avg=:sum% n |[-3] /Users/brian/j601/user/cluster/testload.ijs (9!:12;9!:14)'' +-+---------------------+ |5|j601/2006-09-04/09:20| +-+---------------------+ ************simple file listed below*************** NB. testload.ijs NB. 11/18/6 avg =: sum%n sum =: +/ n =: # (B=) <----------my "sig" Brian Schott Atlanta, GA, USA schott DOT bee are eye eh en AT gee em ae eye el DOT com http://schott.selfip.net/~brian/ ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
