Added data types section
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# OpenEuphoria Cheat Sheet v0.0.1
|
# 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:
|
## User input:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user