From 909cf1ba9001f52afbbb6f7cfb6c919869c068ac Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 2 Jan 2023 18:58:35 +0100 Subject: add inc!, dec! --- mew.svnwiki | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mew.svnwiki') 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 {{}} passed through {{format}} with Increment or decrement the argument by 1. +(inc! []) +(dec! []) + +Increment or decrement the location {{}} by {{}} (default: 1). + (div ) Alias for {{floor-quotient}}. -- cgit 1.4.1