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