|        | |||||
|  | |||||
| Functions: passing multiple values as a single argument | |||||
| Prerequisite Concepts | Related Syntax | ||||
A remainder argument is a special kind of argument. It is used to pass several discrete values as a single argument to a function. OmniMark does this by "creating" a read-only shelf argument initialized by the values being passed.
If a function has a remainder argument, it must be the last argument in the list.
| Prerequisite Concepts Functions Functions: argument classes Functions: argument lists | Related Syntax define function remainder | 
| ---- |