For two blocs the Alternative sequence works correctly:
alt
Alice -> Bob: text
else
Alice -> Jane: text
end
However what is the syntax for a parallel sequence? I have not figured out what to put in place of the else
par
Alice -> Bob: text
;
Alice -> Jane: text
end
returns the following error but none of these keywords appear to function
Expected "!" "@enduml" "@startuml" "activate" "actor" "alt" "autonumber resume" "autonumber stop" "autonumber" "boundary" "control" "critical" "database" "deactivate" "destroy" "end" "entity" "group" "loop" "newpage" "note" "opt" "par" "participant" a new line caption identifier title or whitespace but ";" found. (at line 3 column 1)