Files

13 lines
253 B
Plaintext
Raw Permalink Normal View History

-- Exemple tiré de la documentation
-- utilie des abbréviations
@startuml
alice -> bob ++ : hello
bob -> bob ++ : self call
bob -> bib ++ #005500 : hello
bob -> george ** : create
return done
return rc
bob -> george !! : delete
return success
@enduml