# PRE: if # # Matching "if" conditions # if (User-Name == "bob") { update reply { Filter-Id := "filter" } } if (User-Name != "bob") { update reply { Filter-Id := "not bob" } }