Optional parameters: Difference between revisions

Line 21:
* [[Named Arguments]]
=={{header|AppleScript}}==
AppleScript supports named & positional parameters, but not optional parameters. Though that behavior can be simulated by passing lists or records as the parameter. Handler/functions can be passed as a parameter if they are part of a script object.
<lang AppleScript ></lang>
 
Anonymous user