File:  [LON-CAPA] / capa / capa51 / pProj / Attic / temp.tcl
Revision 1.1: download - view: text, annotated - select for diffs
Tue Sep 28 21:26:21 1999 UTC (24 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
Initial revision

proc a {} {
	if { 1==1 } {
		break
		puts here2
	} else {
		puts here
	}
	puts here3
}

a
puts here4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>