# 선언과 실제가 갈리는 조건 # Question: 창 없는 프로파일은 어떻게 가드를 통과하는가? direction: right n0: "창 없는 프로파일" { shape: rectangle } n1: "능력은 참" { shape: rectangle } n2: "가드 통과" { shape: rectangle } n3: "중복 저장" { shape: rectangle } n0 -> n1: "무조건 참 선언" n1 -> n2: "요구 충족 판정" n2 -> n3: "제거 없음"