Name read
Definition read(v:var(T:type)) : val(T)
Defined in core.l
Implementation icode
Description Read the value stored in the given variable.
Note The compiler automatically inserts a call to read when it finds a variable but wants a value. It is rarely necessary to use it explicitly.