Libraries‎ > ‎Library‎ > ‎Miscellaneous‎ > ‎

Comment

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

Variants

Add any text and rename the micro-behaviour to create the desired notes. Be sure to preface each line by a semi-colon (;).

How this works

This adds NetLogo comments that are ignored during execution.

Related micro-behaviours

History

Comment was implemented by Ken Kahn on 18 January 2010 and improved on 3 February 2010.

BehaviourComposer: ignore everything after this.