presence¶
Whether a dummy argument must be supplied.
声明¶
语法¶
presence = Required | Optional
Values¶
Value |
Meaning |
|---|---|
|
the argument must be present at every call. |
|
the |
返回值¶
None. An enumeration value is not evaluated.
描述¶
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.