aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/codes_from_doc_zh.lua
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2026-02-06 11:54:32 +0800
committerLi Jin <dragon-fly@qq.com>2026-02-06 11:54:32 +0800
commit1f83d504bc344ffd3c8b4120b3865fd6c11a9e2d (patch)
tree1d5c39eadcbe086d2a592ac76c8f1d288adfbe9d /spec/outputs/codes_from_doc_zh.lua
parentaa3ecc7badfb39cb9167fb95c9a678257c1d9954 (diff)
downloadyuescript-1f83d504bc344ffd3c8b4120b3865fd6c11a9e2d.tar.gz
yuescript-1f83d504bc344ffd3c8b4120b3865fd6c11a9e2d.tar.bz2
yuescript-1f83d504bc344ffd3c8b4120b3865fd6c11a9e2d.zip
Updated docs.v0.32.9
Diffstat (limited to 'spec/outputs/codes_from_doc_zh.lua')
-rw-r--r--spec/outputs/codes_from_doc_zh.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/outputs/codes_from_doc_zh.lua b/spec/outputs/codes_from_doc_zh.lua
index e0d364d..fa985e2 100644
--- a/spec/outputs/codes_from_doc_zh.lua
+++ b/spec/outputs/codes_from_doc_zh.lua
@@ -3168,9 +3168,6 @@ if (function()
3168end)() then 3168end)() then
3169 print("检查`a`是否在列表中") 3169 print("检查`a`是否在列表中")
3170end 3170end
3171if not (math.random() > 0.1) then
3172 print("你很幸运!")
3173end
3174local have_coins = false 3171local have_coins = false
3175if have_coins then 3172if have_coins then
3176 print("有硬币") 3173 print("有硬币")
@@ -3227,9 +3224,6 @@ if (function()
3227end)() then 3224end)() then
3228 print("检查`a`是否在列表中") 3225 print("检查`a`是否在列表中")
3229end 3226end
3230if not (math.random() > 0.1) then
3231 print("你很幸运!")
3232end
3233for i = 10, 20 do 3227for i = 10, 20 do
3234 print(i) 3228 print(i)
3235end 3229end