diff options
author | Leah Neukirchen <leah@vuxu.org> | 2022-11-07 22:10:14 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2022-11-07 22:10:14 +0100 |
commit | f5424bdb870afc969bf23231123602ea3dbde8a6 (patch) | |
tree | a7d3e911790a21f9886a0600428d48d3b213422d /mew.svnwiki | |
parent | 40befb16fe6c3210a2473e20ef70897058d97a60 (diff) | |
download | mew-f5424bdb870afc969bf23231123602ea3dbde8a6.tar.gz mew-f5424bdb870afc969bf23231123602ea3dbde8a6.tar.xz mew-f5424bdb870afc969bf23231123602ea3dbde8a6.zip |
add proj
Diffstat (limited to 'mew.svnwiki')
-rw-r--r-- | mew.svnwiki | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mew.svnwiki b/mew.svnwiki index cf0ecd3..4549f7b 100644 --- a/mew.svnwiki +++ b/mew.svnwiki @@ -167,6 +167,10 @@ added implicitly at the end. {{(op* - 0 ... 2)}} is the function that subtracts all its arguments from 0 and finally 2. +<syntax>(proj <N>)</syntax> + +Expands to a function that returns its {{<N>}}th argument. + <procedure>(boolean <obj>)</procedure> Return false if {{<obj>}} is {{#f}}, and true else. |