Operators

::

Supported By

Syntax

expression :: expression

Description

The :: operator evaluates to a new list containing all of the elements of the list on the left with the addition of the value on the right. If the left expression is a single value rather than a list, it will be converted to a list of one value.

Compatibility

In versions of OpenXION before 1.4, this operator was a synonym of @.

Synonym

:

See Also

@