title categories subCategories byte Variables Data Types byte Description A byte stores an 8-bit unsigned number, from 0 to 255. Syntax byte var = val; Parameters var: variable name. val: the value to assign to that variable. See also LANGUAGE byte()