PCB Matrix Format
Developed by Numerical Innovations, Inc. (www.numericalinnovations.com)
Comment Line (#)

Any line that begins with the hash character (#) will be ignored. (Text formatted) (XML formatted)

XML example:

<!-- Comments will be ignored. Use comments for documentation purposes. -->
<!--
##############################
# Load Sample Jobs
##############################
-->

LEGACY example:

# Comments start with # will be ignored. Use comments for documentation purposes.
##############################
# Load Sample Jobs
##############################