Tcl Powered!NeoWebScript

Home
 
Download
User Info
New User FAQ
Tutorials
Demos
Commands
Variables
Troubleshooting
Sysop Info
Sysop FAQ
Theory
Installation
Management
Tests
Troubleshooting
Feedback
Resources
Release Notes
Credits
Disclaimer
MIN - Extended TCL
Synopsis * Description

Returns the lesser of two values.

Synopsis

  • min num1 ?..numN?
  • expr min(num1, num2)

Description

Returns the argument that has the lowest numeric value. Each argument may be any integer or float- ing point value.

This functionality is also available as a math function min in the Tcl expr command.

Copyright © 1995-1999 NeoSoft Inc., 1770 St. James Place, Suite 500, Houston, TX 77056 USA. All Rights Reserved