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...
Maybe not so hard to implement.
May this suffice?
'(' + body + ')'Then
runwould be:body + '()'And
callwould be:'sprint("pv:' + this.id + ':"..' + body + '())'Something like that...