BeanShell 2.1.0-SNAPSHOT - by Pat Niemeyer (pat@pat.net)
bsh % a = {10, 10};
--> $0 = {10I, 10I} :int[]
bsh % print($0);
// Error: Evaluation Error: Error in method invocation: Static method normalizeClassName(Class) not found in class'bsh.StringUtil' : at Line: 29 : in file: /bsh/commands/print.bsh : StringUtil .normalizeClassName ( arg .getClass ( ) )
Called from method: print/BlockNameSpace : at Line: 2 : in file: : print ( $0 )
bsh %