: Array

Symbol

Symbol

Preferred

7.0

The : symbol is a shortcut for the [Array] tag. A new array is formed with the parameters after the : symbol.

[: 'one', 'two', 'three']

[Variable: 'Array' = (: 'one', 'two', 'three')]

<?LassoScript
: 'one', 'two', 'three';
?>

: Array