Const Type
Next:
Multiple
, Previous:
Commgroup
, Index:
Index
The
const[]
type will enforce the read only property of a variable.
Examples
var a:Int :: allocated[multiple[]] :: const[];
In this example,
a
is read only.
Last Modified: August 2008