Undefined Constant Reference
data class UndefinedConstantReference(val identifier: String, val source: Expression) : SemanticError
SemanticError thrown when a Script references an undefined constant.
Parameters
identifier
Identifier reference that is undefined.
source
The Expression that contains the undefined reference.