dmdscript v2.1.0 (2021-12-16T21:42:33Z)
Dub
Repo
ForStatement.this
dmdscript
statement
ForStatement
Undocumented in source.
class
ForStatement
this
(
Loc
loc
,
Statement
init
,
Expression
condition
,
Expression
increment
,
Statement
bdy
)
Meta
Source
See Implementation
dmdscript
statement
ForStatement
constructors
this
functions
ImpliedReturn
getBreak
getContinue
getScope
semantic
toIR
variables
bdy
breakIP
condition
continueIP
increment
init
scopeContext