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