# 명령으로 적는 것과 도는 것 # Question: 절차를 명령으로 적으면 재현이 보장되는가 direction: down n0: "산문 상태의 측정 장치" { shape: rectangle } n1: "셸 표현식" { shape: rectangle } n2: "실제 실행 확인" { shape: rectangle } n3: "재현 가능" { shape: rectangle } n0 -> n1: "명령화" n1 -> n2: "실행" n2 -> n3: "통과분 채택"