Dont know if this one is hidden away in the blitz docs somewhere or not, if it is I didn't know about it.
defining a number; if you place a % symbol before the number the value is defined as binary ie
local egg = %11111111 = 255
etc
Brine
defining a number; if you place a % symbol before the number the value is defined as binary ie
local egg = %11111111 = 255
etc
Brine