Recent Changes - Search:

NetLogo

Erlang

R

PmWiki

edit SideBar

DefaultCode

Copy-paste this code into the Code tab Put three buttons on the Interface: setup, go, and go (with Forever checked) Save as default.logo Load it, click save-as Put some information after the two ;;'s at top of code page

;;
globals[]
extensions[]

to setup
  ca
  stop-inspecting-dead-agents

  reset-ticks
end

to go

  tick
end

Edit - History - Print - Recent Changes - Search
Page last modified on December 06, 2015, at 11:57 AM