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