X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Ftranspile.lisp;h=a7172fbed0b80a824bd486327abcc32a0c3d6a9f;hp=d29980ec419a1daec9f45db4e674effc80da0c12;hb=b018550;hpb=daa3b99095a3219506e930c7dd684bfbab4cf107 diff --git a/src/main/transpile.lisp b/src/main/transpile.lisp index d29980e..a7172fb 100644 --- a/src/main/transpile.lisp +++ b/src/main/transpile.lisp @@ -87,6 +87,7 @@ DESCRIPTION: (defprim :any? :reporter (lambda (agentset) `(> (length ,agentset) 0))) (defsimpleprim :ask :command clnl-nvm:ask) (defsimpleprim :crt :command clnl-nvm:create-turtles) +(defsimpleprim :die :command clnl-nvm:die) (defsimpleprim :fd :command clnl-nvm:forward) (defsimpleprim :random-float :reporter clnl-nvm:random-float) (defsimpleprim :show :command clnl-nvm:show)