BehaviourComposer: ignore everything before this.
Begin micro-behaviour:
Begin description:
The list of behaviours will be repeated the specified number of times all at the same time.
End description
Repeat behaviours now
Begin NetLogo code:
substitute-text-area-for repeat-count 10 repeat repeat-count list-of-micro-behaviours "Behaviours to repeat" []
End NetLogo code
Repeat behaviours was first implemented by Ken Kahn on 2 October 2014.
BehaviourComposer: ignore everything after this.