Add apply() to help file
authorAri Johnson <ari@theari.com>
Tue, 9 Jun 2009 22:52:07 +0000 (22:52 +0000)
committerAri Johnson <ari@theari.com>
Fri, 22 May 2009 15:04:49 +0000 (15:04 +0000)
(cherry picked from commit 3474e175dc1c7bf7e8e38323c0302f9b8da2570b)

game/txt/hlp/cobra_func.hlp

index 542d08e598ea59fbcbe6873f3c6715aa8930484c..518c89526c70933664e84354c5f9dc9dc40829e7 100644 (file)
 & Attribute functions
   All these functions access attributes on an object.
   
-  aposs()       default()     edefault()    eval()        filter()
-  filterbool()  fold()        foreach()     get()         grep()
-  grepi()       lattr()       nattr()       obj()         poss()        
-  regrep()      regrepi()     subj()        udefault()    ufun()        
-  uldefault()   ulocal()      v-function    xget()        zfun()
+  aposs()       apply()       default()     edefault()    eval()
+  filter()      filterbool()  fold()        foreach()     get()
+  grep()        grepi()       lattr()       nattr()       obj()
+  poss()        regrep()      regrepi()     subj()        udefault()
+  ufun()        uldefault()   ulocal()      v-function    xget()
+  zfun()
 
   See also: ATTRIBUTES, NON-STANDARD ATTRIBUTES
 & Bitwise functions
 
   Returns the absolute possessive pronoun - his/hers/its/theirs -
   for an object.
+& APPLY()
+  apply([<object>/]<user function name>, <argument list>[, <delimiter>])
+
+  Apply the given function, which may be a #lambda function, to the list
+  of arguments, the elements of which are separated by a space or by the
+  given one-character delimiter.
+
+  apply(function,1 2 3) is equivalent to ufun(function,1,2,3)
+
+  See also: ufun()
 & ART()
   art(<string>)