このモジュールについての説明文ページを モジュール:テスト2/doc に作成できます
local p={} function p.test(frame) local a = 2 local c = a and assert("a is true.") return c end return p