Eval implements the Interpretable interface method.
(ctx Activation)
| 599 | |
| 600 | // Eval implements the Interpretable interface method. |
| 601 | func (un *evalUnary) Eval(ctx Activation) ref.Val { |
| 602 | return un.Exec(AsFrame(ctx)) |
| 603 | } |
| 604 | |
| 605 | // Function implements the InterpretableCall interface method. |
| 606 | func (un *evalUnary) Function() string { |