Rem Byte is an unsigned 8 bit integer BlitzMax primitive type. End Rem Local a:byte a=512;print "a="+a 'prints 0 a=-1;print "a="+a 'prints 255