No, the extra braces are
not quite superfluous. Yes, Steve
is correct that the above example will give exactly the same result
regardless of whether you put braces are the argument to the "if"
command or not.
But that does not mean that the braces are superfluous. Using the
curly braces avoids an extra trip throught the Tcl evaluator.