ls:of
reporter ls:of model-or-list-of-models
Run the given reporter in the given model and report the result.
ls:of
is designed to work like NetLogo’s inbuilt of
: If you send ls:of
a model-id
, it will report the value of the reporter from that model. If you send it a list of model-ids, it will report a list of values of the reporter string from all models. You cannot pass arguments to ls:of
, but you can use ls:let
.
[ count turtles ] ls:of model-id
Take me to the full LevelSpace Extension Dictionary