presence¶
Whether a dummy argument must be supplied.
Declaration¶
Syntax¶
presence = Required | Optional
Values¶
Value |
Meaning |
|---|---|
|
the argument must be present at every call. |
|
the |
Return values¶
None. An enumeration value is not evaluated.
Description¶
An absent actual argument is a
call_arg whose value is nil, so a call
always has as many arguments as the procedure has dummies and a backend never
has to match them up itself.