First of all. Thank you for making this web-based netlogo. I really enjoy combining the expressive modeling experience of NL semantics and the powerful javascript and web ecosystem.
The issue:
let m = new AS.Model();
m.turtles.create(100, (t) => t.setxy(0, 0));
m.turtles.ask((t) => t.die());
Not all turtles will be dead. It will often kill half of the turtles.
First of all. Thank you for making this web-based netlogo. I really enjoy combining the expressive modeling experience of NL semantics and the powerful javascript and web ecosystem.
The issue:
Not all turtles will be dead. It will often kill half of the turtles.