ShowData 関数は、Root/ShowData 位置にあるオブジェクトへのハンドルを返します。
この関数は、引数を受け取りません。
ShowData オブジェクトの情報を、Dump() 関数を用いて Command Line History に出力します。
return function () -- The following prints the dump for the object for the show data Printf("=============== START OF DUMP ===============") ShowData():Dump() Printf("================ END OF DUMP ================")end