fork download
  1. function test()
  2. {
  3. return this;
  4. }
  5.  
  6.  
  7. function prn()
  8. {
  9. print("a");
  10. }
  11.  
  12. test().prn();
Success #stdin #stdout 0.27s 213248KB
stdin
Standard input is empty
stdout
a