Class: FunctionNamedArgument

FunctionNamedArgument(name, v)

Designates the argument passed to a function by referring to it by its name.

Constructor

new FunctionNamedArgument(name, v)

Creates a new named argument.
Parameters:
Name Type Description
name The name of the argument
v The value of the argument
Source:

Extends

Methods

Extracts the designator at the head of a composition. For designators that are atomic, returns the designator itself.
Overrides:
Source:

tail()

Extracts the designator made of the tail of a composition. For designators that are atomic, returns null.
Overrides:
Source: