id.strl (96B)
1 module id: 2 input X; 3 output Y; 4 loop present X then emit Y else nothing end; pause end 5 end module