diff options
Diffstat (limited to 'spec/inputs/unicode/pipe.yue')
-rw-r--r-- | spec/inputs/unicode/pipe.yue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/unicode/pipe.yue b/spec/inputs/unicode/pipe.yue index 2cd41ee..085a2cf 100644 --- a/spec/inputs/unicode/pipe.yue +++ b/spec/inputs/unicode/pipe.yue | |||
@@ -11,7 +11,7 @@ | |||
11 | 11 | ||
12 | 变量b = 1 + 2 + (4 |> tostring |> 打印(1) or 123) | 12 | 变量b = 1 + 2 + (4 |> tostring |> 打印(1) or 123) |
13 | 13 | ||
14 | if 变量x = 233 |> math.max 998 | 14 | if 变量x := 233 |> math.max 998 |
15 | 打印 变量x | 15 | 打印 变量x |
16 | 16 | ||
17 | with 变量b |> 创建? "new" | 17 | with 变量b |> 创建? "new" |