local arg1, arg2, arg3 = ... local function main() print("arg1", arg1, "arg2", arg2, "arg3", arg3) local file = fs.open() end main()