Skip to content

Instantly share code, notes, and snippets.

@shrdlu68

shrdlu68/cmp.c Secret

Created June 14, 2018 09:01
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 shrdlu68/22bcc02e164199f90febe70b5eadebc5 to your computer and use it in GitHub Desktop.
Save shrdlu68/22bcc02e164199f90febe70b5eadebc5 to your computer and use it in GitHub Desktop.
when (some-function(arg1 arg2 some_other_arg)
|| some-condition
|| some-state
|| some-boolean)
{
do(stuff)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment