isParameter?()

Synopsis

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.

Syntax

isParameter? ( name As Name ) As Boolean 
Argument Type Description
name Name The name of the potential parameter.

Example 1

Intent >isParameter?(:height) 
--> False