Skip to content

Instantly share code, notes, and snippets.

@kirktrue
Created September 11, 2023 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirktrue/a34404feef27f65353c35d977af8bc04 to your computer and use it in GitHub Desktop.
Save kirktrue/a34404feef27f65353c35d977af8bc04 to your computer and use it in GitHub Desktop.
Test UML description
{plantuml}
@startuml
!$ab = "foo1"
!$cd = "foo2"
!$ef = $ab + $cd
Alice -> Bob : $ab
Alice -> Bob : $cd
Alice -> Bob : $ef
@enduml
{plantuml}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment