OSDN Git Service

Updated to tcl 8.4.1
[pf3gnuchains/sourceware.git] / tcl / doc / for.n
index 7e42604..1c73b12 100644 (file)
@@ -56,5 +56,8 @@ for {set x 0} {$x<10} {incr x} {
 }
 .CE
 
+.SH "SEE ALSO"
+break, continue, foreach, while
+
 .SH KEYWORDS
 for, iteration, looping