Numeric Literals
Numeric integer literals can be written in hex (0xFFFF0000) or binary (0b101010),
and underscores can be used as separators (1_000_000).
Numeric integer literals can be written in hex (0xFFFF0000) or binary (0b101010),
and underscores can be used as separators (1_000_000).