A cell in the Seax virtual machine's memory may consist of any of the following types:
UInt
: an unsigned machine-size integerSInt
: a signed machine-size integerFloat
: a 64-bit double-precision floating-point numberChar
: a UTF-8 charactercons
cell or the empty list (nil
)