Comments in Program
Comments in program are detailed explanations of program codes.
Description
In Weihong system, comments in program adopt single quotation, and the content behind the single quotation mark can only act as a comment and will not be executed when the program is run.
Programming Example
G00 X3 Y5 'rapidly traverse to X3, Y5