We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ord_set prints out the ordinal set representation of a number, so for example, $ ./ord_set 0 {} $ ./ord_set 1 {{}} $ ./ord_set 2 {{{}}{{{}}}}
print set representation of a number.