function f(x, ...) local b, c = ... return x + 5, b, c end print(123, f(10, 11, 12))