diff options
Diffstat (limited to 'doc/expr.n')
-rw-r--r-- | doc/expr.n | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: expr.n,v 1.4 2000/05/09 00:00:35 hobbs Exp $ +'\" RCS: @(#) $Id: expr.n,v 1.5 2000/09/07 14:27:47 poenitz Exp $ '\" .so man.macros .TH expr n 8.4 Tcl "Tcl Built-In Commands" @@ -395,5 +395,8 @@ unbraced expressions that contain command substitutions. These expressions must be implemented by generating new code each time the expression is executed. +.SH "SEE ALSO" +array(n), string(n), Tcl(n) + .SH KEYWORDS arithmetic, boolean, compare, expression, fuzzy comparison |