Can functions have variable parameter lists?
No, because functions with variable parameter list as the C printf function have some problems: • Normally type checking is only possible at run time. • The recognition of overloaded functions becomes more complicated. Instead Seed7 has array aggregates and allows functions with arrays as parameters.