Returns True if a parameter has been supplied for name. This function is unusual in that it uses the calling context of the function to determine which part's parameters are being checked.
isParameter? ( name As Name ) As Boolean
Argument | Type | Description |
---|---|---|
name | Name | The name of the potential parameter. |
Intent >isParameter?(:height) --> False