[top][index]
search for:

, -- separator for elements of a visible list

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


[top][index]
search for: