summary refs log tree commit diff
path: root/mew.svnwiki
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-11-19 23:20:46 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-11-19 23:20:46 +0100
commitaff9a08de8df4d050ff0bcb007c25dcb30997327 (patch)
treef16938bc87599f779b506ce3a9608ef603adfecb /mew.svnwiki
parenta06b95c052b4e70fe6fe61f7d90874fb6be00b56 (diff)
downloadmew-aff9a08de8df4d050ff0bcb007c25dcb30997327.tar.gz
mew-aff9a08de8df4d050ff0bcb007c25dcb30997327.tar.xz
mew-aff9a08de8df4d050ff0bcb007c25dcb30997327.zip
proj: allow multiple arguments
Diffstat (limited to 'mew.svnwiki')
-rw-r--r--mew.svnwiki5
1 files changed, 3 insertions, 2 deletions
diff --git a/mew.svnwiki b/mew.svnwiki
index e3cabdb..7fd2d57 100644
--- a/mew.svnwiki
+++ b/mew.svnwiki
@@ -182,9 +182,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>
+<syntax>(proj <N>...)</syntax>
 
-Expands to a function that returns its {{<N>}}th argument.
+Expands to a function that returns its {{<N>}}th argument (zero indexed).
+Multiple arguments are returned as multiple values.
 
 <procedure>(boolean <obj>)</procedure>