(function(){ print("This is what I want.") })() (function(){ print("This may be what I want.") }())
Standard input is empty
This is what I want.
js: uncaught JavaScript runtime exception: TypeError: org.mozilla.javascript.Undefined@7d6f77cc is not a function, it is undefined.