Programming with StarLogo - Conditionals
if condition [ statement ]
condition is a logical statement (e.g. (random 10) < 100)
statement is any valid StarLogo statement or series of statements (e.g. fd 10 hatch [ ])
Previous slide
Next slide
Back to first slide
View graphic version