Posted to tcl by jima at Sat Oct 12 12:50:32 GMT 2013view pretty

switch $wea \
	$weaCaseA {
		# do stuff
	} \
	default {
		# do stuff
	}