Skip to content

Instantly share code, notes, and snippets.

@tk0miya
Last active August 29, 2015 14:13
Show Gist options
  • Save tk0miya/2bed852a84eac8f3f26b to your computer and use it in GitHub Desktop.
Save tk0miya/2bed852a84eac8f3f26b to your computer and use it in GitHub Desktop.
seqdiag {
A => B [label = "onTouch"] {
B => B [label = "processTouch"] {
B -> C [label = "onTouch"];
B <- C [style = none];
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment