Search
Preparing search index...
The search index is not available
davinci-mathscript 1.3.2
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
ForStatement
Class ForStatement
Hierarchy
ForStatement
Index
Constructors
constructor
Properties
body
init
test
type
update
Constructors
constructor
new
For
Statement
(
init
:
Expression
|
null
, test
:
Expression
|
null
, update
:
Expression
|
null
, body
:
Statement
)
:
ForStatement
Parameters
init:
Expression
|
null
test:
Expression
|
null
update:
Expression
|
null
body:
Statement
Returns
ForStatement
Properties
body
body
:
Statement
Readonly
init
init
:
Expression
|
null
Readonly
test
test
:
Expression
|
null
Readonly
type
type
:
string
Readonly
update
update
:
Expression
|
null
Globals
For
Statement
constructor
body
init
test
type
update