BYTE data type as class

The BYTE primitive data type provides a set of utility methods to manipulate BYTE data.

BYTE methods can be invoked with the variable, for example:

DEFINE b BYTE
...
CALL b.writeFile("mydata")