# 명령으로 적는 것과 도는 것 # Question: 절차를 명령으로 적으면 재현이 보장되는가 direction: down n0: "산문으로 적힌 측정 장치" { shape: rectangle } n1: "셸 표현식" { shape: rectangle } n2: "실제 실행 확인" { shape: rectangle } n3: "재현 가능" { shape: rectangle } n0 -> n1: "바꿔 적는다" n1 -> n2: "돌려본다" n2 -> n3: "통과한 것만 남긴다"