Prims - Implement agent variables, Implement of, who
[clnl] / src / main / parse.lisp
index eeadd95d840122cd2b501160eae125f550484020..2f6b77f2a6a859215e44ebeb9d655838f092a2d1 100644 (file)
@@ -239,6 +239,7 @@ DESCRIPTION:
 (defprim :not (:boolean))
 (defprim :nobody ())
 (defprim :one-of (t))
+(defprim :of (:reporter-block :agentset) :infix)
 (defprim :patches ())
 (defprim :pcolor ())
 (defprim :random (:number))
@@ -258,6 +259,7 @@ DESCRIPTION:
 (defprim :tick ())
 (defprim :ticks ())
 (defprim :turtles ())
+(defprim :who ())
 
 ; colors
 (defprim :black ())