Ellipsis := Object clone.
The singleton Ellipsis
object, usually accessed by the ...
name,
will always return truthy when =~
is called on it, making it a
“catch-all” pattern.
Ellipsis toString := "Ellipsis".
Ellipsis =~ := True.
[up]
[prev - The Dictionary Object]
[next - The Enumeration Object]