Prims - Implement display as placehodler
[clnl] / src / main / transpile.lisp
index 554e0cdbd07fb348c72825bc411a1ff595449d1f..8cf44e7eab3da22a6c279f4a486d19dd64b4be0a 100644 (file)
@@ -147,6 +147,7 @@ DESCRIPTION:
 (defsimpleprim :count :reporter clnl-nvm:count)
 (defsimpleprim :crt :command clnl-nvm:create-turtles)
 (defsimpleprim :die :command clnl-nvm:die)
+(defsimpleprim :display :command clnl-nvm:display)
 (defsimpleprim :fd :command clnl-nvm:forward)
 (defsimpleprim :hatch :command clnl-nvm:hatch)
 (defprim :if :command (lambda (pred a) `(when ,pred ,@(make-command-block-inline a))))