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