aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/unicode/assign.yue
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2023-12-07 23:49:48 +0800
committerLi Jin <dragon-fly@qq.com>2023-12-07 23:55:16 +0800
commit514b9f97febe8920a78d6078b092fe84b859a963 (patch)
tree8c76ba7579f69db7e2c899e4713009b910e0fa89 /spec/inputs/unicode/assign.yue
parenta1d719e3bbfe8cd39c05d2a8f49143b9e814f876 (diff)
downloadyuescript-0.21.0.tar.gz
yuescript-0.21.0.tar.bz2
yuescript-0.21.0.zip
changed the if-assignment syntax to prevent some errors.v0.21.0
Diffstat (limited to 'spec/inputs/unicode/assign.yue')
-rw-r--r--spec/inputs/unicode/assign.yue2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/unicode/assign.yue b/spec/inputs/unicode/assign.yue
index 5392a92..6c03f86 100644
--- a/spec/inputs/unicode/assign.yue
+++ b/spec/inputs/unicode/assign.yue
@@ -30,7 +30,7 @@ else
30 30
31变量x = (do 31变量x = (do
32 函数! 32 函数!
33 123) if 函数 = 获取处理函数! 33 123) if 函数 := 获取处理函数!
34 34
35(using nil) <- _无效变量 35(using nil) <- _无效变量
36 36