Index: openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl,v diff -u -r1.10.2.7 -r1.10.2.8 --- openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl 27 Feb 2023 17:57:44 -0000 1.10.2.7 +++ openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl 28 Feb 2023 12:46:37 -0000 1.10.2.8 @@ -10,22 +10,24 @@ If you don't know what functional programming is, here's a good place to start: A general naming convention in this file is:

f = a function
x = an element
xs = a list of elements + This was part of ACS 3. + + Added to OpenACS by bdolicki on 11 Feb 2004: I just converted + proc_doc to ad_proc, added ad_library, fixed an unmatched brace in + a doc string and wrapped everything in a namespace. + @author Mark Dettinger (mdettinger@arsdigita.com) @creation-date March 29, 2000 - @cvs-id $Id$ - This was part of ACS 3 - Added to OpenACS by bdolicki on 11 Feb 2004 - I just converted proc_doc to ad_proc, added ad_library, fixed an unmatched - brace in a doc string and wrapped everything in a namespace + @cvs-id $Id$ } namespace eval ::f {