wie bekomme ich eine Variable als unsigned byte? Also 0 - 255 statt -128 - 127?

Hilfe schreibt:
Ascii wird aber ab 5.50 nicht mehr unterstützt.Purebasic offers native support for unsigned variables with byte and word types via the ascii (.a) and unicode (.u) types

Oder bin ich zu geizig und man nimmt heutzutage selbst für ein Bool ein ganzes .i?
Ich quetsche oft bis zu 8 Booleans in dieselbe Byte-Variable.
