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_en.lua | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'spec/outputs/codes_from_doc_en.lua') 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({ if (getmetatable(apple) ~= nil) then p(apple.size, apple.color, getmetatable(apple).__index) end -local _u1f31b = "ζœˆδΉ‹θ„šζœ¬" +local _u1f31b = "Script of Moon" _module_0["πŸŒ›"] = _u1f31b return _module_0 local _module_0 = { } @@ -3109,7 +3109,7 @@ local apple = setmetatable({ if (getmetatable(apple) ~= nil) then p(apple.size, apple.color, getmetatable(apple).__index) end -local _u1f31b = "ζœˆδΉ‹θ„šζœ¬" +local _u1f31b = "Script of Moon" _module_0["πŸŒ›"] = _u1f31b return _module_0 local have_coins = false @@ -3168,9 +3168,6 @@ if (function() end)() then print("checking if `a` is in a list") end -if not (math.random() > 0.1) then - print("You're lucky!") -end local have_coins = false if have_coins then print("Got coins") @@ -3227,9 +3224,6 @@ if (function() end)() then print("checking if `a` is in a list") end -if not (math.random() > 0.1) then - print("You're lucky!") -end for i = 10, 20 do print(i) end -- cgit v1.2.3-55-g6feb