diff options
| author | Li Jin <dragon-fly@qq.com> | 2026-02-06 11:54:32 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2026-02-06 11:54:32 +0800 |
| commit | 1f83d504bc344ffd3c8b4120b3865fd6c11a9e2d (patch) | |
| tree | 1d5c39eadcbe086d2a592ac76c8f1d288adfbe9d /spec/outputs/codes_from_doc_zh.lua | |
| parent | aa3ecc7badfb39cb9167fb95c9a678257c1d9954 (diff) | |
| download | yuescript-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.lua | 6 |
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() | |||
| 3168 | end)() then | 3168 | end)() then |
| 3169 | print("检查`a`是否在列表中") | 3169 | print("检查`a`是否在列表中") |
| 3170 | end | 3170 | end |
| 3171 | if not (math.random() > 0.1) then | ||
| 3172 | print("你很幸运!") | ||
| 3173 | end | ||
| 3174 | local have_coins = false | 3171 | local have_coins = false |
| 3175 | if have_coins then | 3172 | if have_coins then |
| 3176 | print("有硬币") | 3173 | print("有硬币") |
| @@ -3227,9 +3224,6 @@ if (function() | |||
| 3227 | end)() then | 3224 | end)() then |
| 3228 | print("检查`a`是否在列表中") | 3225 | print("检查`a`是否在列表中") |
| 3229 | end | 3226 | end |
| 3230 | if not (math.random() > 0.1) then | ||
| 3231 | print("你很幸运!") | ||
| 3232 | end | ||
| 3233 | for i = 10, 20 do | 3227 | for i = 10, 20 do |
| 3234 | print(i) | 3228 | print(i) |
| 3235 | end | 3229 | end |
