From 1f83d504bc344ffd3c8b4120b3865fd6c11a9e2d Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 6 Feb 2026 11:54:32 +0800 Subject: Updated docs. --- spec/outputs/codes_from_doc_zh.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'spec/outputs/codes_from_doc_zh.lua') 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() end)() then print("检查`a`是否在列表中") end -if not (math.random() > 0.1) then - print("你很幸运!") -end local have_coins = false if have_coins then print("有硬币") @@ -3227,9 +3224,6 @@ if (function() end)() then print("检查`a`是否在列表中") end -if not (math.random() > 0.1) then - print("你很幸运!") -end for i = 10, 20 do print(i) end -- cgit v1.2.3-55-g6feb