report
Evaluate any NetLogo reporter expression to return its computed value.
Instructions
Evaluate a NetLogo reporter expression and return its value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reporter | Yes | A NetLogo reporter expression (e.g. 'count turtles', 'mean [energy] of turtles'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |