From 135c6705fef265db84af253e1f053439fa736d4e Mon Sep 17 00:00:00 2001 From: xerox Date: Sun, 29 Sep 2019 19:50:55 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b20e28..5f36a7e 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Requirements to making a program: # Variables -Variables are stored in a hashmap for quick and easy access. Variables also support type juggling. When you define a variable its type will be assumed when parsed. For example, all positive numbers will be treated like an unsigned long double. +Variables are stored in a hashmap for quick and easy access. Variables also support type juggling. When you define a variable its type will be assumed when parsed. ``` myint = 121231; // double (unsigned long)