Fork: различия между версиями
Материал из Поле цифровой дидактики
Patarakin (обсуждение | вклад) Метка: ручная отмена |
Patarakin (обсуждение | вклад) |
||
Строка 12: | Строка 12: | ||
end merge | end merge | ||
stop | stop | ||
@enduml | |||
</uml> | |||
<uml> | |||
@startuml | |||
start | |||
:init; | |||
-> test of color; | |||
if (color?) is (<color:red>red) then | |||
:print red; | |||
else | |||
:print not red; | |||
note right: no color | |||
endif | |||
partition End { | |||
:end; | |||
} | |||
-> this is the end; | |||
end | |||
@enduml | @enduml | ||
</uml> | </uml> |