1 2 3 4 5 6
function test2() local i = Input.new "tests/test1.lua" i:open() i:close() i:destroy() end