switch (test) { case "L": case "H": case "D": isYn = true; break; default: isYn = false; break; }
test가 L or H or D 일 때, isYn = true 리턴
test
L
H
D
isYn = true