ROBOTIS e-Manual v1.13.01
This command is used to insert a comment or a note in the program code. Comments are helpful when interpreting or reviewing the code later. They are mostly used to mark easily forgotten parts or to emphasize important information. Comments and notes do not affect the program in any way. Like in C, comments can be made with two slashes(//). Comments blocks ( /*, */ ) are not supported.
This code will print "10" on the screen. The comment explains how the command line below will be executed.
![]()