Comments#
Introduction#
Comments are used to add explanations or notes within the project. They do not affect how the project runs and are useful for clarifying logic or documenting functionality.
Actions#
comment#
By clicking into a Comment block, you can edit the text inside. Pressing Enter or return on the keyboard or clicking off of the Comment block will save the text typed inside.
The default Comment stack block.#
[comment]
Parameters |
Description |
|---|---|
This block has no parameters. |
Example
When started, continuously moves in a square path by moving forward 50 mm and turning right 90 degrees in an infinite loop.#
当开始 :: hat events
[Move in a square path forever.]
永久循环
驱动 [向前 v] [150] [毫米 v] ▶
[右 v] 转 [90] 度 ▶
结束