This compiler function arises from the compilation of code involving the + operator or the inc operator and integers.
For example, the source code
nTomorrow = nToday + 1
compiles to:
0011 CALL nTomorrow=$0AB(@nToday|1) //Add
Note that, as a compiler function, this function only accepts literals and variables as parameters. The nesting of functions and operators of the source code is converted to the simpler CALL op-code.
Topic 105061, last updated on 23-Apr-2020