<cell>

Type: <cell>

A "cell" is an abstraction in the virtual machine that takes a value of any type -- including another cell, and adds a "tag" to it. In the eyes of a multimethod, the type of a cell is equivalent to the tag. This makes it possible for users to define their own types, for the purposes of multimethods.