diff --git a/math/array.xml b/math/array.xml index d53e49c45c..79795e7404 100644 --- a/math/array.xml +++ b/math/array.xml @@ -322,6 +322,14 @@ kArr[] xin + + + + Note that if an opcode (for example inrg), alters arguments on its right + hand argument list, an array index should not be used there. Unlike a + normal variable, the array won't changed by the opcode. + + Credits