All text on a line following a # or // is ignored.
Comment out the whole line
# input "abc.pdf"
// This is a comment line
Comment out portion of command line to the end of the line
barcode “abc” # Comment at the end of the line
barcode “abc” // Another comment
barcode value=”#This is NOT a comment” # but this is