fork download
  1. (function(){
  2. print("This is what I want.")
  3. })()
  4. (function(){
  5. print("This may be what I want.")
  6. }())
  7.  
Runtime error #stdin #stdout #stderr 0.2s 2576384KB
stdin
Standard input is empty
stdout
This is what I want.
stderr
js: uncaught JavaScript runtime exception: TypeError: org.mozilla.javascript.Undefined@7d6f77cc is not a function, it is undefined.