Comments¶
Blocks of code can be commented out using either the single line comment // marker
or multiple lines using /* and */.
Comments are discarded whereas Model Documentation is processed by the ALFA compiler.
Blocks of code can be commented out using either the single line comment // marker
or multiple lines using /* and */.
Comments are discarded whereas Model Documentation is processed by the ALFA compiler.