X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain%2Fpackage.lisp;h=964001c62c46bd55a05516c9aab4de247383af56;hb=82888b4;hp=b115db657939ff95c143c3cd87a7b91b04b168a0;hpb=3abea7023574532423fa24d5f97154db474b50a0;p=clnl diff --git a/src/main/package.lisp b/src/main/package.lisp index b115db6..964001c 100644 --- a/src/main/package.lisp +++ b/src/main/package.lisp @@ -66,12 +66,20 @@ 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) + #:turtles + #:tick + #:ticks + #:turn-right #:turn-left) (:documentation "CLNL NVM