Prims - Implement stop
[clnl] / src / main / package.lisp
index b1c4a2757dfabff275c9a4621502103b43b68e76..89a0ab3c82c61fc575006009fa97944488d9beec 100644 (file)
@@ -65,13 +65,15 @@ into an ast that can be transpiled later."))
 (defpackage #:clnl-nvm
  (:use :common-lisp)
  (:shadow #:random #:count)
- (:export #:export-world #:create-world #:current-state
+ (:export #:export-world #:create-world #:current-state #:with-stop-handler
   ; API as used by transpiled NetLogo programs
   #:agent-value
   #:ask
+  #:clear-all
   #:count
   #:create-turtles
   #:die
+  #:display
   #:hatch
   #:of
   #:forward
@@ -86,6 +88,7 @@ into an ast that can be transpiled later."))
   #:set-default-shape
   #:setxy
   #:show
+  #:stop
   #:turtles
   #:tick
   #:ticks