Ariane logo ARIANE: A Visual Programming Interface

The Item: Merge

Definition

A Merge is an item which implements the selection of one input among two. The selected input is the first validated input. If both inputs are validated, then the first one ($0) is selected.

Merge is often used in If statements to merge the two alternative paths:

example merge

Properties

merge

Result value

The output result returns the validated input index: 0 or 1.

See also


Go to the reference manual