count 1.0
count agentset
Reports the number of agents in the given agentset.
show count turtles
;; prints the total number of turtles
show count patches with [pcolor = red]
;; prints the total number of red patchescount agentset
Reports the number of agents in the given agentset.
show count turtles
;; prints the total number of turtles
show count patches with [pcolor = red]
;; prints the total number of red patchesTake me to the full NetLogo Dictionary.