12 lines
No EOL
176 B
Text
12 lines
No EOL
176 B
Text
@startuml
|
|
skinparam monochrome true
|
|
start
|
|
|
|
while ()
|
|
:startPosition?;
|
|
:shouldComputePosition = true;
|
|
:stopPosition?;
|
|
:shouldComputePosition = true;
|
|
endwhile
|
|
stop
|
|
@enduml |