michael@0: function f(code) { michael@0: eval(code) michael@0: } michael@0: f("\ michael@0: function h({x}) {\ michael@0: print(x)\ michael@0: }\ michael@0: h(/x/);\ michael@0: ")