I recommend trying a simpler test: print("hi");

If that doesn't work, maybe the print function isn't defined?

java.lang.System.out.println( typeof print );

Hope this helps!

-- Jim R. Wilson (jimbojw)

On Tue, Apr 13, 2010 at 6:38 AM, arvind <[email protected]> wrote:
> 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
>
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to