Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 219 Bytes

File metadata and controls

16 lines (15 loc) · 219 Bytes
skinparam defaultTextAlignment center
start
if (Question 1) then (yes)
  if (Subquestion) then (yes)
    :Definitely yes!;
  else (no)
    :Maybe?;
  endif
else (no)
  :Obviously not...;
endif
end
stop