increment abstract method Null safety
Increment a number by 1 or -1. It's convenient to do this here, because the DSZ and ISZ instructions work in both float and integer mode. //
Implementation
Value increment(NumStatus m, Value valueI, int by);
Increment a number by 1 or -1. It's convenient to do this here, because the DSZ and ISZ instructions work in both float and integer mode. //
Value increment(NumStatus m, Value valueI, int by);