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
DoWhileStatement
Class DoWhileStatement
Hierarchy
DoWhileStatement
Index
Constructors
constructor
Properties
body
test
type
Constructors
constructor
new
DoWhile
Statement
(
body
:
Statement
, test
:
Expression
)
:
DoWhileStatement
Parameters
body:
Statement
test:
Expression
Returns
DoWhileStatement
Properties
body
body
:
Statement
Readonly
test
test
:
Expression
Readonly
type
type
:
string
Globals
Do
While
Statement
constructor
body
test
type