diff options
author | dgp <dgp@users.sourceforge.net> | 2019-06-10 19:09:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-06-10 19:09:16 (GMT) |
commit | f627e6922c20d26f51c6cc68be1796be135515aa (patch) | |
tree | c91493d33288318e86821c0f48738d47958a12fd /doc | |
parent | 6a3773f6119ffaee96382a12d282e033a6a0bf95 (diff) | |
download | tcl-f627e6922c20d26f51c6cc68be1796be135515aa.zip tcl-f627e6922c20d26f51c6cc68be1796be135515aa.tar.gz tcl-f627e6922c20d26f51c6cc68be1796be135515aa.tar.bz2 |
more formatting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/expr.n | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -385,11 +385,13 @@ namespace) than it is to do complex expression generation. .SH EXAMPLES .PP A numeric comparison whose result is 1: +.PP .CS \fBexpr\fR {"0x03" > "2"} .CE .PP A string comparison whose result is 1: +.PP .CS \fBexpr\fR {"0y" > "0x12"} .CE |