BehaviourComposer: ignore everything before this.
Begin micro-behaviour:
Begin description:
Add notes to a prototype or list of micro-behaviours.
End description
Comment
Begin NetLogo code:
substitute-text-area-for comment ; Notes comment
End NetLogo code
Add any text and rename the micro-behaviour to create the desired notes. Be sure to preface each line by a semi-colon (;).
This adds NetLogo comments that are ignored during execution.
Comment was implemented by Ken Kahn on 18 January 2010 and improved on 3 February 2010.
BehaviourComposer: ignore everything after this.