represents a chunk of zero or more NetLogo statements. Note that this is
not necessarily a "block" of statements, as block means something specific
(enclosed in [], in particular). This class is used to represent other
groups of statements as well, for instance procedure bodies.
nonLocalExit identifies that the statements contain one or more commands
(possibly nested) which may cause a non-local exit (like stop or report)
represents a chunk of zero or more NetLogo statements. Note that this is not necessarily a "block" of statements, as block means something specific (enclosed in [], in particular). This class is used to represent other groups of statements as well, for instance procedure bodies. nonLocalExit identifies that the statements contain one or more commands (possibly nested) which may cause a non-local exit (like
stop
orreport
)