This commit is contained in:
Yohan Simard 2021-04-06 14:25:59 +02:00
commit 721ecb61f5

View file

@ -0,0 +1,12 @@
@startuml
skinparam monochrome true
start
while ()
:startPosition?;
:shouldComputePosition = true;
:stopPosition?;
:shouldComputePosition = true;
endwhile
stop
@enduml