min (public, deprecated)

 min [ args... ]

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Returns the minimum of a list of numbers. Example: min 2 3 1.5 returns 1.5. DEPRECATED: this proc does not respect OpenACS naming convention.

Author:
Ken Mayer <kmayer@bitwrangler.com>
Created:
26 September 2002
See Also:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc min
    return [util::min $args]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: