summary refs log tree commit diff
path: root/mew.svnwiki
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-11-07 22:10:14 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-11-07 22:10:14 +0100
commitf5424bdb870afc969bf23231123602ea3dbde8a6 (patch)
treea7d3e911790a21f9886a0600428d48d3b213422d /mew.svnwiki
parent40befb16fe6c3210a2473e20ef70897058d97a60 (diff)
downloadmew-f5424bdb870afc969bf23231123602ea3dbde8a6.tar.gz
mew-f5424bdb870afc969bf23231123602ea3dbde8a6.tar.xz
mew-f5424bdb870afc969bf23231123602ea3dbde8a6.zip
add proj
Diffstat (limited to 'mew.svnwiki')
-rw-r--r--mew.svnwiki4
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.