Basic Types
Characters & Strings
Unlike Python, Monty distinguishes between characters and strings.
Using single quotes indicates a character:
'h'
Using double quotes indicates a string:
"hello"
Numbers
Monty only has double floating point numbers and integers.
Integers are 64 bit signed numbers:
34343
Doubles are 64 bit floating points:
3.14