Javascript
PHP
Appearance
集合用于存储唯一值。它们用大括号表示。
a = {1, 2, 3, 4, 5} b = {'mango', 'pineapple', 'orange'}
空集合
empty_set = set()