修正格式错误

Signed-off-by: zyx <Zyx_______123456@163.com>
This commit is contained in:
zyx 2026-03-01 09:33:09 +08:00 committed by OLDREDSTONE
parent d27a29e380
commit 3e3bf39c2d

View File

@ -41,7 +41,7 @@
例如 `str:Samurai`, `str:Linear`
- #### 预定义变量
节奏医生为整数、浮点数、布尔类型各预定义了 10 个可读写变量,分别以 `i`, `f`, `b` 开头,即 `i0`~`i9`, `f0`~`f9`, `b0`~`b9`
节奏医生为整数、浮点数、布尔类型各预定义了 10 个可读写变量,分别以 `i`, `f`, `b` 开头,即 `i0`-`i9`, `f0`-`f9`, `b0`-`b9`
一些只读或只写的变量可在[自定义方法表](../pages/appendix_custommethods.md)查到。
## 运算类型