El jueves, 14 de diciembre de 2017, 18:04:39 (UTC-5), Maulina Firdaus escribió:
> what is the different between Create and Breed?

As I undestand it, "breed" is the instruction to differentiate turtles, for 
example:

      breed [dogs dog]
      breed [cats cat]
      breed [children child]
      ...

and "create" is a instruction for create an agent(turtle, patch, etc) for 
example 

      create turtles 10

also you can create an agent declares in a breed, (but in the background is a 
turtle), for example:

      breed [dogs dog]

      create-dogs 10

I hope I have been helpful :)

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to