fork download
  1. // your code goes here
  2. ob=function(arg){var prop=1, meth=function(x){return x+x;}; return eval(arg)}
  3. print(ob("meth(prop)"))
  4.  
Success #stdin #stdout 0.02s 4940KB
stdin
Standard input is empty
stdout
2