variadic arguments for both functions and procedures type must be value, structs not allowed ``` func printf(format, ...values) { } ``` discussion: `...` or `*` for syntax?
variadic arguments for both functions and procedures
type must be value, structs not allowed
discussion:
...or*for syntax?