Merge different input streams into one stream with "first comes first served" semantics.

Parameter

none

Example

PQL
output = MERGE(left, right)