Mercurial Hosting > freedit
view src/lib/Forum.luan @ 2:fc2383eb48a9
set config
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 16 Jun 2022 20:52:24 -0600 |
parents | 6a1e2749571d |
children | 9166f6a14021 |
line wrap: on
line source
local Luan = require "luan:Luan.luan" local error = Luan.error local Forum = {} Forum.title = "forum title not set" return Forum