fork download
  1. try
  2. {
  3. throw "e";
  4. }
  5. catch(e)
  6. {
  7. print(e);
  8. }
Success #stdin #stdout 0.01s 4984KB
stdin
Standard input is empty
stdout
e