OSDN Git Service

Updated to tcl 8.4.1
[pf3gnuchains/sourceware.git] / tcl / doc / foreach.n
index 7790b5f..58b4146 100644 (file)
@@ -82,5 +82,9 @@ foreach i {a b c} {j k} {d e f g} {
 # The value of x is "a d e b f g c {} {}"
 # There are 3 iterations of the loop.
 .DE
+
+.SH "SEE ALSO"
+for(n), while(n), break(n), continue(n)
+
 .SH KEYWORDS
 foreach, iteration, list, looping