Selection は、入力引数をとらない object-free 関数です。
Selection() は、Selection オブジェクトを返します。
Selection(nothing): light_userdata:handle
この簡単な例は、Selection オブジェクトの情報を出力します。
local function main() Selection():Dump() end return main