#
#  PRE: if
#
#  "else" has to be preceded by an "if" or "elsif"
#
if (1) {
	control.Password.Cleartext := "fail"

	else {	# ERROR
		ok
	}
}
