1 2 3 4 5 6 7
##! Unsigned integer constants ## Max signed value const max = 18446744073709551615; ## Minimal signed value const min = 0;