|
|||||
Functions: using the same argument separator in different definitions | |||||
Prerequisite Concepts | Related Syntax |
Function calls that occur in arguments of other function calls can have trailing optional or remainder arguments that have the same function argument separator as following arguments in the enclosing function call.
Where an argument could be recognized as belonging to both an embedded and enclosing function call, it is always recognized as belonging to the inner function call.
Prerequisite Concepts Functions Functions: argument classes Functions: argument separators |
Related Syntax define function optional remainder |
---- |