BehaviourComposer: ignore everything before this.
Begin micro-behaviour:
Begin description:
End description
map
Begin NetLogo code:
substitute-text-area-for my-coordinates pxcor = 0 substitute-text-area-for my-colour brown substitute-text-area-for my-usage road ask patches with [ my-coordinates ] [ set pcolor my-colour set use-of-patch "my-usage" ]
End NetLogo code
BehaviourComposer: ignore everything after this.