blob: 578983ca191128afcff40a1ac942e67bc07bca8b (
plain)
- @startuml
- 'start
- :instantiate object;
- group init
- :activate object;
- :fetch and print object description;
- end group
- while (repeat every few millisecond)
- group loop {
- :fetch and print gape angle;
- :wait 1s;
- end group
- endwhile
- -[hidden]->
- kill
- @enduml
|