Comment#
The Comment block is used to make notes in a VEXcode project.
[comment]
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.
when started :: hat events
[Drive forward for 200mm.]
drive [forward v] for (200) [mm v] ▶
[Turn right for 3 seconds.]
turn [right v]
wait (3) seconds
[Stop driving once the Drivetrain is done turning.]
stop driving