diff options
Diffstat (limited to 'tests/custom/01_arithmetic')
-rw-r--r-- | tests/custom/01_arithmetic/04_inc_dec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom/01_arithmetic/04_inc_dec b/tests/custom/01_arithmetic/04_inc_dec index ae50ceb..7b7fe7b 100644 --- a/tests/custom/01_arithmetic/04_inc_dec +++ b/tests/custom/01_arithmetic/04_inc_dec @@ -1,4 +1,4 @@ -Utpl implements C-style pre- and postfix increment and decrement operators. +Ucode implements C-style pre- and postfix increment and decrement operators. Pre-increment or -decrement operations first mutate the value and then return the resulting value while post-increment or -decrement operations first return |