f::max (public)

 f::max x y

Defined in packages/acs-tcl/tcl/ad-functional-procs.tcl

Parameters:
x
y
Returns:
the maximum of x and y

Partial Call Graph (max 5 caller/called nodes):
%3 test_functional_api functional_api (test acs-tcl) f::max f::max test_functional_api->f::max acs_mail_lite::inbound_prioritize acs_mail_lite::inbound_prioritize (public) acs_mail_lite::inbound_prioritize->f::max

Testcases:
functional_api
Source code:
    expr {$x>$y ? $x : $y}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: