Prims - Implement agent variables, Implement of, who
[clnl] / src / main / package.lisp
index 392d92b9a3d7207646c3b3b892b04a499ffbf854..964001c62c46bd55a05516c9aab4de247383af56 100644 (file)
@@ -66,13 +66,19 @@ into an ast that can be transpiled later."))
  (:use :common-lisp)
  (:export #:export-world #:create-world #:current-state
   ; API as used by transpiled NetLogo programs
+  #:agent-value
   #:ask
   #:create-turtles
   #:die
+  #:of
   #:forward
+  #:lookup-color
+  #:reset-ticks
   #:random-float
   #:show
   #:turtles
+  #:tick
+  #:ticks
   #:turn-right #:turn-left)
  (:documentation
   "CLNL NVM