org.nlogo.core
Top-level interface for primitives (commands or reporters). Not to be implemented directly; the Command or Reporter interface should be used instead.
Command
Reporter
Returns Syntax which specifies the syntax that is acceptable for this primitive.
Returns Syntax which specifies the syntax that is acceptable for this primitive. Used by the compiler for type-checking.
the Syntax for the primitive.
Syntax
Top-level interface for primitives (commands or reporters). Not to be implemented directly; the
Command
orReporter
interface should be used instead.Reporter
Command