BehaviourComposer: ignore everything before this.
I add to the message log a note about the total number of individuals who have recovered.
Begin micro-behaviour
Recovered total message
Begin NetLogo code:
output-print (word "The total number of recovered individuals is " count all-recovered " at time " time)
End NetLogo code
text
text
text
text
BehaviourComposer: ignore everything after this.