t = nil -- Undefines t; Lua has garbage collection. ... Suppose the file mod.lua looks like this: local M = {} local function sayMyName() print('Hrunkner') ...
確定! 回上一頁