Updated 2014-01-18 12:29:06 by dkf

The expr addition operator. Also usable as a unary operator (checks that a value is numeric???). The command-form can add any number of arguments together.
expr { + $a }
expr { $a + $b }