Comment syntax
OpenPLX supports single line comments with the #
character. All text after a #
to the end of
the line is considered as a comment and ignored by the parser.
# This is a comment
# This is a comment on another line
Model: # This comment continues to the end of the line
x is Real: 0.0