Added data types section

This commit is contained in:
mollusk 2017-05-31 13:49:29 -07:00
parent b818dc6c35
commit 8ae574eaf1

View File

@ -1,5 +1,11 @@
# OpenEuphoria Cheat Sheet v0.0.1
## Data Types
*atom* : Holds any number.
*sequence* : Holds a dynamically resizeable list of objects
*integer* : Holds 30-bit signed integers; faster than atom
*object* : Holds any of the above.
## User input: