NUMBERS

Examples:
100		; 100 (decimal)
-100		; -100 (decimal)
0x100		; Hexadecimal (= 256)
100h		; Hexadecimal (= 256)
¤100		; Octal
%100		; Binary