qscript ~master (2021-03-22T17:15:40Z)
Dub
Repo
VarDeclareNode.addVar
qscript
compiler
ast
VarDeclareNode
adds a variable to the list, along with it's assigned value
void
addVar
(string varName)
void
addVar
(string varName, CodeNode value)
struct
VarDeclareNode
void
addVar
(
string
varName
,
CodeNode
value
)
Meta
Source
See Implementation
qscript
compiler
ast
VarDeclareNode
constructors
this
functions
addVar
getValue
hasValue
setVarID
setVarValue
properties
varIDs
vars
variables
lineno
type
visibility
adds a variable to the list, along with it's assigned value