大量更改合并 #56

Merged
obugs merged 151 commits from check into main 2026-03-25 15:30:53 +08:00
Showing only changes of commit 6088ac31a8 - Show all commits
+1 -1
View File
@@ -41,7 +41,7 @@
例如 `str:Samurai`, `str:Linear` 例如 `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)查到。 一些只读或只写的变量可在[自定义方法表](../pages/appendix_custommethods.md)查到。
## 运算类型 ## 运算类型