An unsigned
integer is an integer without a
sign -- IE, it doesn't have negative values and thus can provide twice as many positive values as a signed integer with the same number of bits.
LSL doesn't feature unsigned integers, only signed ones.
Types