Hello! Could ordinal types be more strict? For example adding var i: byte = 200; ... i:=i+100; will result in i=44 instead of i=300. I know it will affect performance, but it could be controlled by compiler directive. Regards, MichaĆ.