Brlcad/How to mged/comment

Comments are pieces of text or whitespace that can be included in a script to make the code more understandable to a programmer. Comments have no effect on the running script and are ignored by the mged interpreter.

In mged, comments can be inserted by prefixing them with a hash symbol. The mged interpreter will ignore the hash symbol and any other characters that follow it until the end of the line:

# This whole line is a comment and is ignored by the mged interpreter