Next: , Previous: , Up: Encoding   [Index]


Primitives

Very primitive types like NIL (None, Null), boolean FALSE and TRUE are encoded just as a single tag.

Example representations:

NIL01
FALSE02
TRUE03