aboutsummaryrefslogtreecommitdiff
path: root/Mussel/Mussel_read.puml
blob: d0bea404be9c27f6fbdf119bfc8f5e9fd3a9eef9 (plain)
  1. @startuml
  2. start
  3. :set time to current second;
  4. if (time mod 12 ?) equals (< 9) then
  5. :set gape to "42";
  6. else (>= 9)
  7. :set gape to "2";
  8. endif
  9. stop
  10. @enduml