Skip to content

Instantly share code, notes, and snippets.

@ryanlucas
Last active July 4, 2018 02:13
Show Gist options
  • Save ryanlucas/3a7c491fe838a76d79c5bf8ba645e916 to your computer and use it in GitHub Desktop.
Save ryanlucas/3a7c491fe838a76d79c5bf8ba645e916 to your computer and use it in GitHub Desktop.
# Example of comments and indenting
# Example of comments and indenting
Foo state
# Transition indented two spaces under "foo state"
tick -> Baz state
Baz state
tock -> Foo state
# Nesting states inside of each other w/ indents
Parent state
Child state
Grandchild state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment