USize is a variable size unsigned integer that will be as big as a word.
USize
ifdef SYSTEM-32-BIT ( type USize is U32; ); ifdef SYSTEM-64-BIT ( type USize is U64; );