#
#  PRE: if return
#
if ("no" == no) {
	accept
	success
	return
}

# Should not execute this condition
if (User-Name == 'bob') {
	reject
}


