From 92d6b7c28b42d254db1b1bc404d8451d90112b18 Mon Sep 17 00:00:00 2001 From: KIMB-technologies Date: Wed, 19 Sep 2018 15:25:16 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69d39f8..b04571d 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,15 @@ All USF-Data-Types are subclasses of the main USF-Data-Type called `Atom`. - String - Boolean - Integer - - Float *soon* + - Real + - a double data type - Structures - List - combining multiple Atoms - Pair - combining two Atoms - Higher Level Types - - MapList *soon* + - MapList - combining multiple Key-Value pairs