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 0s 107072KB
stdin
Standard input is empty
stdout
This is what I want.
This may be what I want.
stderr
prog.js:4:0 TypeError: (intermediate value)(...) is not a function