Reports the agent in the agentset that has the highest value for the given reporter. If there is a tie this command reports one random agent with the highest value. If you want all such agents, use with-max instead.
show max-one-of patches [count turtles-here]
;; prints the first patch with the most turtles on it
Take me to the full NetLogo Dictionary