Standard LibraryFunctionscollateOn this pagecollate collate(Object x, Object y) -> Object Collects two values into a list. Parameters x: The first value. y: The second value. Returns A two-element list. Example collate(1, 2)//-> [1, 2]