Version 3 of tcl::mathop::>

Updated 2014-06-22 18:57:14 by dkf

Page 20000 on the wiki. See ">" for information about the tcl::mathop::> command.

When given more than 2 arguments, it calculates whether they are in descending order.

% tcl::mathop::> 3 2 1
1
% tcl::mathop::> 3 1 2
0