5.4.2. Undefined Value

[Tip]Description

Undefined value is a constant, which is used when the value of a term (e.g. a variable) is not known.

[Important]Syntax
UndefValueAST ::= undef

The undefined value is identified by the undef keyword.

[Note]Semantics

The undefined value is assigned to a term, if no value has been assigned to it.

Remark.  Undefined values are frequently used in the let rule, when the initialization of a variable is irrelevant at a certain stage.

Defined In:  ASM constant