Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created January 23, 2018 20:40
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 vmussak/40818723b58de6bcc89dd413eb017e03 to your computer and use it in GitHub Desktop.
Save vmussak/40818723b58de6bcc89dd413eb017e03 to your computer and use it in GitHub Desktop.
if(algumaCondicao)
return valorCasoSejaVerdadeira;
else
return valorCasoSejaFalsa;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment