Turtle and Observer Command

count-frogs-with [ilist]

Returns the number of turtles whose breed is frogs and satisfy the conditions (must return a boolean of true or false) specified by the ilist.
Example:
count-frogs-with [color = blue]

Related commands: