VarDeclareNode.getValue

struct VarDeclareNode
ref
getValue
(
string varName
)

Return Value

Type: CodeNode

assigned value for a var

Throws

Exception if that variable was not assigned in this statement, or no value was assigned to it

Meta