Name mkexpr
Definition mkexpr(v:val(T:type)) : expr(T)
Defined in core.l
Implementation icode
Description Take a value and return an expression which when evaluated gives the original value.
Note The compiler automatically inserts a call to mkexpr when it finds a value but wants an expression. It is rarely necessary to use it explicitly.