https://issues.apache.org/bugzilla/show_bug.cgi?id=47016
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID --- Comment #4 from Sebb <[email protected]> 2009-04-13 16:56:54 PST --- "return" is only valid when used in a function - that is why the error is reported. Try the following script: 123+456 and you will see that the result is 579. Likewise, try the following script (as already suggested): "test" and you will see that the value test is returned. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
