diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-03-23 15:12:46 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-03-23 15:12:46 +0100 |
commit | 87c72961c6e18a56caf5bac6b48196ccb8532336 (patch) | |
tree | ce264c2e0a75d70a5bf783c836e3a34acec62fb6 /tests/custom/01_arithmetic | |
parent | 7d27ad5cf0737213ccdd625e88d64e1a0066d4c4 (diff) |
treewide: replace some leftover "utpl" occurrences, update .gitignore
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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 |