From 514b9f97febe8920a78d6078b092fe84b859a963 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 7 Dec 2023 23:49:48 +0800 Subject: changed the if-assignment syntax to prevent some errors. --- spec/inputs/unicode/pipe.yue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/inputs/unicode/pipe.yue') 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 @@ 变量b = 1 + 2 + (4 |> tostring |> 打印(1) or 123) -if 变量x = 233 |> math.max 998 +if 变量x := 233 |> math.max 998 打印 变量x with 变量b |> 创建? "new" -- cgit v1.2.3-55-g6feb