Comments¶
Comments in Beremiz serve to annotate code and provide additional information without affecting the program's execution.
Single Line Comments¶
Single line comments can be inserted using the # character. They will be
ignored by the interpreter.
Example:
Multi-line Comments¶
Multi-line comments can be inserted between #[ and ]#.
Example: