From 6088ac31a8feb09ea9005136f81cb5cd2fa28c19 Mon Sep 17 00:00:00 2001 From: zyx Date: Sun, 1 Mar 2026 09:33:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=A0=BC=E5=BC=8F=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zyx --- pages/expression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/expression.md b/pages/expression.md index 69daa8e..6aa05dc 100644 --- a/pages/expression.md +++ b/pages/expression.md @@ -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)查到。 ## 运算类型