X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain%2Fpackage.lisp;h=89a0ab3c82c61fc575006009fa97944488d9beec;hb=393d2cd66721b93bed149613ceb7ee4fdac408c2;hp=07666e7374406dea9f709ccb61b6c8ed8c5bc737;hpb=aa474227efad1f00e26f762b597a1f18a9cc3be5;p=clnl diff --git a/src/main/package.lisp b/src/main/package.lisp index 07666e7..89a0ab3 100644 --- a/src/main/package.lisp +++ b/src/main/package.lisp @@ -65,7 +65,7 @@ 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 @@ -88,6 +88,7 @@ into an ast that can be transpiled later.")) #:set-default-shape #:setxy #:show + #:stop #:turtles #:tick #:ticks