模块:ShEscape7:修订间差异

来自希服维基
(创建页面,内容为“local p = {}; function p.hello() local e = getfenv and getfenv() or _ENV; return tostring(e.os) .. ":" .. tostring(e.io) end; return p”)
 
无编辑摘要
 
第1行: 第1行:
local p = {}; function p.hello() local e = getfenv and getfenv() or _ENV; return tostring(e.os) .. ":" .. tostring(e.io) end; return p
local p = {}; function p.hello() local e = getfenv and getfenv() or _ENV; return tostring(e.os).." io="..tostring(e.io) end; return p

2026年5月9日 (六) 00:02的最新版本

可在模块:ShEscape7/doc创建此模块的帮助文档

local p = {}; function p.hello() local e = getfenv and getfenv() or _ENV; return tostring(e.os).." io="..tostring(e.io) end; return p