评论#
介绍#
注释用于在项目中添加解释或说明。它们不会影响项目的运行,有助于阐明逻辑或记录功能。
行动#
评论#
By clicking into a Comment stack block, you can edit the text inside. Pressing Enter or return on the keyboard or clicking out of the Comment block will save the text typed inside.
默认的注释堆栈块。#
[comment]
参数 |
描述 |
|---|---|
此代码块没有参数。 |
例子
启动后,沿正方形路径连续运动,向前移动 50 毫米,然后向右转 90 度,形成无限循环。#
当开始 :: hat events
[Move in a square path forever.]
永久循环
驱动 [向前 v] [150] [毫米 v] ▶
[右 v] 转 [90] 度 ▶
结束