Breeds

All of these commands are created when you declare your turtles to have breeds, using the breeds command. For each command in this listing, replace the word 'breed' by the actual name of the breed you have created. For example,

breeds [frogs toads]

to go
create-frogs 100
create-toads-and-do 100 [if count-frogs > 50 [setc brown]]
end