Argument
- Last UpdatedJan 26, 2023
- 1 minute read
|
<argument> |
::= <position_independent_argument> | |
|
<position_dependent_argument> |
Position independent arguments can be given in any order. The order among position dependent arguments in the argument list is significant.
|
<position_independent_argument> |
::= <argument name> |
|
= <expression> |
|
|
<position_dependant_argument> |
::= <expression> |
|
<argument_name> |
::= <identifier> |