Derek Parnell wrote: > Feel free to add these to your own code first, to try it out. > > alias int8 byte; > alias int16 short; > alias int32 int; > alias int64 long; > alias in128 cent; > alias float32 float; > alias float64 double; I presume you meant those to be reversed...