Maybe not so hard to implement. May this suffice? `'(' + body + ')'` Then `run` would be: `body + '()'` And `call` would be: `'sprint("pv:' + this.id + ':"..' + body + '())'` Something like that...