This commit is contained in:
Justin Ethier 2017-01-05 23:01:18 -05:00
parent cd1c2ecb56
commit 310f9ea97e

View file

@ -308,6 +308,7 @@ Value types are stored using a common technique that is described in Lisp in Sma
In Cyclone the two least significant bits are used to indicate the following data types: In Cyclone the two least significant bits are used to indicate the following data types:
Binary Bit Pattern | Data Type Binary Bit Pattern | Data Type
------------------ | ---------
00 | Pointer (an object type) 00 | Pointer (an object type)
01 | Integer 01 | Integer
10 | Character 10 | Character