Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zachlim98
Last active October 26, 2020 02:19
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 zachlim98/ad09a59ed2458039cfa8b29ce3c9932d to your computer and use it in GitHub Desktop.
Save zachlim98/ad09a59ed2458039cfa8b29ce3c9932d to your computer and use it in GitHub Desktop.
st=>start: "Pretend to forget we're going out for dinner"
cond=>condition: "She gets mad"
sucks=>operation: "That sucks. I guess it's the end"
telebot=>operation: "Send her the telegram bot"
e=>end
st->cond
cond(yes)->sucks
cond(no)->telebot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment