I have a variable (grass
) where you set in an initial number of grass. I want to see the result for different initial numbers, such as 50, 100, 150, ...., 1000, but it is too troublesome to set it manually, then run one by one. Is there anyway where I can just set a loop with 50 as the increment and stop at 1000, then release a certain value. Is that possible in Net Logo?
I have tried using the for function for other programming languages, but I do not know if it works here.