|
Loading
|
||||
Value declarationA value declaration binds a value to an identifier (which then works as a constant). Declaration Syntax
where Declaration ExamplesValue declarations expressions may use any value representation that is syntactically unique, without a prior color set declaration. These include: unit, bool, int, real, string, tuple, list, record.
Value declarations may use expressions of previously declared color sets.
The declaration of Multi-set and function expressions may be used as value specifiers.
|
||||