Skip to content

Instantly share code, notes, and snippets.

@ampulhetadosaber
Created May 16, 2020 18:59
Show Gist options
  • Save ampulhetadosaber/7d1878b88af2bfee67a5983aa6be1d0b to your computer and use it in GitHub Desktop.
Save ampulhetadosaber/7d1878b88af2bfee67a5983aa6be1d0b to your computer and use it in GitHub Desktop.
if( condição )
{
// Executa o bloco
// de instruções
// dentro do if
}
else
{
// Executa o bloco
// de instruções
// dentro do else
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment