presence¶
Whether a dummy argument must be supplied.
Declaración¶
Sintaxis¶
presence = Required | Optional
Values¶
Value |
Meaning |
|---|---|
|
the argument must be present at every call. |
|
the |
Valores devueltos¶
None. An enumeration value is not evaluated.
Descripción¶
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.