qscript v0.6.9 (2019-12-28T16:11:19Z)
Dub
Repo
VarDeclareNode.addVar
qscript
compiler
ast
VarDeclareNode
adds a variable to the list
void
addVar
(string varName)
struct
VarDeclareNode
void
addVar
(
string
varName
)
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
adds a variable to the list