oh, I see: ```If a vararg parameter is not the las...
# announcements
c
oh, I see:
Copy code
If a vararg parameter is not the last one in the list, values for the following parameters can be passed using the named argument syntax, or, if the parameter has a function type, by passing a lambda outside parentheses.