ID : 657
Comment
Comment refers to a program code in a program and a memo that is not interpreted.
As comments are not interpreted for compilation and program execution and does not affect the execution.
Description of Comment
For each comment in a program, a statement from an identifier of either of the following 2 types to the end of line (line break) is recognized as a comment.
- Single quotation mark (')
- Rem statement
Example of description
Sub Main 'Procedure starts from here.
Acquire control of the TakeArm Rem robot axis
End Sub
Related Terms
ID : 657