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_en.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_en.lua')
| -rw-r--r-- | spec/outputs/codes_from_doc_en.lua | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/spec/outputs/codes_from_doc_en.lua b/spec/outputs/codes_from_doc_en.lua index 0b3670c..5320961 100644 --- a/spec/outputs/codes_from_doc_en.lua +++ b/spec/outputs/codes_from_doc_en.lua | |||
| @@ -3031,7 +3031,7 @@ local apple = setmetatable({ | |||
| 3031 | if (getmetatable(apple) ~= nil) then | 3031 | if (getmetatable(apple) ~= nil) then |
| 3032 | p(apple.size, apple.color, getmetatable(apple).__index) | 3032 | p(apple.size, apple.color, getmetatable(apple).__index) |
| 3033 | end | 3033 | end |
| 3034 | local _u1f31b = "ζδΉθζ¬" | 3034 | local _u1f31b = "Script of Moon" |
| 3035 | _module_0["π"] = _u1f31b | 3035 | _module_0["π"] = _u1f31b |
| 3036 | return _module_0 | 3036 | return _module_0 |
| 3037 | local _module_0 = { } | 3037 | local _module_0 = { } |
| @@ -3109,7 +3109,7 @@ local apple = setmetatable({ | |||
| 3109 | if (getmetatable(apple) ~= nil) then | 3109 | if (getmetatable(apple) ~= nil) then |
| 3110 | p(apple.size, apple.color, getmetatable(apple).__index) | 3110 | p(apple.size, apple.color, getmetatable(apple).__index) |
| 3111 | end | 3111 | end |
| 3112 | local _u1f31b = "ζδΉθζ¬" | 3112 | local _u1f31b = "Script of Moon" |
| 3113 | _module_0["π"] = _u1f31b | 3113 | _module_0["π"] = _u1f31b |
| 3114 | return _module_0 | 3114 | return _module_0 |
| 3115 | local have_coins = false | 3115 | local have_coins = false |
| @@ -3168,9 +3168,6 @@ if (function() | |||
| 3168 | end)() then | 3168 | end)() then |
| 3169 | print("checking if `a` is in a list") | 3169 | print("checking if `a` is in a list") |
| 3170 | end | 3170 | end |
| 3171 | if not (math.random() > 0.1) then | ||
| 3172 | print("You're lucky!") | ||
| 3173 | end | ||
| 3174 | local have_coins = false | 3171 | local have_coins = false |
| 3175 | if have_coins then | 3172 | if have_coins then |
| 3176 | print("Got coins") | 3173 | print("Got coins") |
| @@ -3227,9 +3224,6 @@ if (function() | |||
| 3227 | end)() then | 3224 | end)() then |
| 3228 | print("checking if `a` is in a list") | 3225 | print("checking if `a` is in a list") |
| 3229 | end | 3226 | end |
| 3230 | if not (math.random() > 0.1) then | ||
| 3231 | print("You're lucky!") | ||
| 3232 | end | ||
| 3233 | for i = 10, 20 do | 3227 | for i = 10, 20 do |
| 3234 | print(i) | 3228 | print(i) |
| 3235 | end | 3229 | end |
