From 8ae574eaf1aedcbeaa8f830e6c2f235a4da9bdb0 Mon Sep 17 00:00:00 2001 From: mollusk Date: Wed, 31 May 2017 13:49:29 -0700 Subject: [PATCH] Added data types section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 492bd24..03fcf4a 100644 --- a/README.md +++ b/README.md @@ -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: