model NewModel
global {
init {
create titi number: 100;
create scheduler;
}
}
species scheduler {
reflex toto {
ask titi {
do w;
}
write "----------------------";
ask titi parallel: true {
do z;
}
}
}
species titi schedules: [] {
action w {
write self;
}
action z {
write self;
}
}
experiment expe type: gui {
}
--
You received this message because you are subscribed to the Google Groups "GAMA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gama-platfor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gama-platform/CA%2BWSTAbeN62MsBY8sdoRRHBcXEbz2Aemm1A_Qm%3D%3DMjnbRc1Qgw%40mail.gmail.com.