Prims - Implement die
[clnl] / src / main / transpile.lisp
index d29980ec419a1daec9f45db4e674effc80da0c12..a7172fbed0b80a824bd486327abcc32a0c3d6a9f 100644 (file)
@@ -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)