Update README.md

master
xerox 5 years ago
parent 493305021f
commit 135c6705fe

@ -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)

Loading…
Cancel
Save