x#?e
i1 : x = set{1,2,3} o1 = set {1, 2, 3} o1 : Set
i2 : x#?2 o2 = true
i3 : member(2,x) o3 = true
The source of this document is in Macaulay2Doc/functions/set-doc.m2:104:0.