Node: Set, Next: Substring, Previous: Multi, Up: Expressions
set
The expression set(list) yields a list which contains each element of list, but only once. That means, the list is converted to a set.
set(
)