You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


The function returns a NUMBER LIST with all numbers in argument l or in argument m without duplicated numbers.

Syntax
union(number list l, number list m) #Output: Number list
Examples
Parser expressionDescription
union([1, 2, 3], [3, 4, 5]) 

The function returns the NUMBER LIST : [1, 2, 3, 4, 5]

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a NUMBER LIST