Comment#

The Comment block is used to make notes in a VEXcode project.

Illustration of a rectangular button with rounded corners labeled 'comment.' The button has a gray background with a white rectangular area inside where the word 'comment' is centered and displayed in a bold, gray font.

Type inside the block to make any comments.

In this example, comments have been used to note what the robot is doing. This makes it easier to catch any errors in the project.

A visual programming block sequence designed for controlling a robot. The sequence begins with a yellow 'when started' block, indicating the start of the program. Below it, a gray block with the text 'Drive forward for 200mm' specifies a forward motion. This is followed by a blue 'drive forward' block set for a distance of 200 mm. Next, a gray block says 'Turn right for 3 seconds,' which is followed by a blue 'turn right' block. A yellow 'wait' block for 3 seconds is inserted next, indicating a pause in the sequence. The sequence ends with a gray block that reads 'Stop driving once the Drivetrain is done turning,' and a final blue 'stop driving' block.