For your convinience, ReCT also allows you to describe Numbers in binary or hexadecimal.
var someNumber <- 0x1A4;var someNumber <- 0b1000101;
(NOTE: When using a binary literal thats exactly 8 bits it will return a literal of type Byte instead of Int)