CLI Extension - Button press
[clnl] / src / main / parse.lisp
index 6197d30191752aed9451c5e90d681e3722b7bc0d..196b63bc35bf70484a12f3edab04ec82af632917 100644 (file)
@@ -68,7 +68,8 @@ DESCRIPTION:
   lowest precedence, and all reporters should have 10 as the precedence.
 
   The possible values for ARG are :agentset, :boolean, :number, :command-block,
-  or t for wildcard.
+  :string, or t for wildcard.  For optional arguments, ARG can be a list of the form
+  (ARG :optional) where ARG is one of the aforementioned values.
 
   The need for a parser between the lexer and the transpiler is because NetLogo
   needs two passes to turn into something that can be used.  This is the only entry