Hi ,

function f() {
        print(arguments);
}
f (1, 2, 3);

I am executing above program with different version of rhino library.
then i found.
it is not printing any thing else with Rhino 1.7R2 but it is printing
correct value with Rhino 1.6R5 library.
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to