Toggle menu
Nitlanguage.org
Nitdoc
nitc
parser
parser_nodes
AWhileExpr
n_block
fun
n_block
: nullable
AExpr
nitc
::
AWhileExpr
::
n_block
Doc
Linearization
Summary
The body of the loop
The body of the loop
Summary
Property definitions
nitc$AWhileExpr$n_block
Property definitions
nitc
$
AWhileExpr
::
n_block
# The body of the loop
var
n_block
:
nullable
AExpr
=
null
is
writable
src/parser/parser_nodes.nit:2017,2--2018,47