Name | eval |
Definition | eval(e:expr(T:type)) : val(T). |
Defined in | core.l |
Implementation | icode |
Description | Evaluate the given expression. |
Note | The compiler automatically inserts a call to eval when it finds an expression but wants a value. It is rarely necessary to use it explicitly. |