,
x,y,...,z
-- the comma is used to separate elements of a list or sequence.
i1 : a,b,c
o1 = (a, b, c)
o1 : Sequence
i2 : {a,b,c}
o2 = {a, b, c}
o2 : List