fork download
  1. var f = new Function("function(p) { return p; };");
  2. print(f(10));
Success #stdin #stdout 0.01s 4984KB
stdin
Standard input is empty
stdout
undefined