These sets are implemented as built-in functions and can be used
like functions or sets. For example, _string is the set of all
character strings, then both
_string("Obi-Wan Kenobe buys a used car")
and
"Obi-Wan Kenobe buys a used car" in _string
are true.
- _string: the set of character strings
- _list: the set of lists
- _hash: the set of hash tables
- _obj: the set of class members
Subsections
oz
2009-12-22