﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3068	Documentation fix: Switch	Nutster	guinness	"""If no cases match the Switch value, then the Case Else section, if present, is executed. If no cases match and Case Else is not defined, then none of the code inside the Switch structure, other than the ''condition'', will be executed.""

This is the only place that the initial expression is referred to as a ''condition.''  The sentence should be:

""If no cases match the Switch value, then the Case Else section, if present, is executed. If no cases match and Case Else is not defined, then none of the code inside the Switch structure, other than the '''''initial expression''''', will be executed.""

Man, I wrote Switch more than 10 years ago; has this mistake been in here all that time?"	Bug	closed	3.3.15.0	Documentation	3.3.14.0	None	Fixed	Switch	
