ShowData は、Root/ShowData 位置にあるオブジェクトへのハンドルを返す object-free 関数です。
この関数は、引数を受け取りません。
この簡単な例では、Dump() 関数を用いて、ShowData オブジェクトの情報を Command Line History に出力しています。
local function main() ShowData():Dump() end return main