Byte PRIMITIVE

Language-level Alias - byte

The byte type in Julian language. A byte type has a value range from -128 to 127, so it can be promoted to int without losing precision.

Byte type can participate in arithmetic operations such as '+', '*' and '/'. It can also be concatenated to string value with '+' operator in the literal form of this value.

Byte is a primitive type. Therefore it can only be assigned to a variable with same type or an untyped variable.