Ajout th_computePosition.txt

This commit is contained in:
Jean-Remy Hok 2021-04-06 14:20:55 +02:00
parent f78ec42f7b
commit ef535ba57f

View file

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