モジュール:サンドボックス/FlatLanguage/サンドボックス1

モジュールの解説[作成]
local p = {}

function p.example(frame)
  a = frame.args[1]
  return a
end

return p