diff options
author | Leah Neukirchen <leah@vuxu.org> | 2023-01-02 18:58:35 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-01-02 18:58:35 +0100 |
commit | 909cf1ba9001f52afbbb6f7cfb6c919869c068ac (patch) | |
tree | 3defa90e042a7228c9d96bbc7cd429c4fa23b726 /mew.svnwiki | |
parent | 5d0b418ffe871b9b1ce8fcdf31786ad737401508 (diff) | |
download | mew-909cf1ba9001f52afbbb6f7cfb6c919869c068ac.tar.gz mew-909cf1ba9001f52afbbb6f7cfb6c919869c068ac.tar.xz mew-909cf1ba9001f52afbbb6f7cfb6c919869c068ac.zip |
add inc!, dec!
Diffstat (limited to 'mew.svnwiki')
-rw-r--r-- | mew.svnwiki | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mew.svnwiki b/mew.svnwiki index 00b4724..16dd90d 100644 --- a/mew.svnwiki +++ b/mew.svnwiki @@ -144,6 +144,11 @@ with a {{'message}} of {{<message>}} passed through {{format}} with Increment or decrement the argument by 1. +<procedure>(inc! <loc> [<n>])</procedure> +<procedure>(dec! <loc> [<n>])</procedure> + +Increment or decrement the location {{<loc>}} by {{<n>}} (default: 1). + <procedure>(div <num> <num>)</procedure> Alias for {{floor-quotient}}. |