Literals
The two most important syntax rules for fixed values are:
- Numbers are written with or without decimals and with or without negative sign:
1.5
10
-10
-1.5
- Strings are text, written within single quotes:
'my string literal'
The two most important syntax rules for fixed values are:
1.5
10
-10
-1.5
'my string literal'