SelectedSequence 関数は、選択されているシーケンスのハンドルを返します。
この関数は、引数を受け取りません。
選択されているシーケンスに関するすべての情報を、Dump() 関数で Command Line History に出力します。
return function () -- The following prints the dump for the selected sequence object Printf("=============== START OF DUMP ===============") SelectedSequence():Dump() Printf("================ END OF DUMP ================")end