Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created December 5, 2016 23:37
Show Gist options
  • Save ilhamarrouf/cb80a992b3ca84011b07182bde7b96ff to your computer and use it in GitHub Desktop.
Save ilhamarrouf/cb80a992b3ca84011b07182bde7b96ff to your computer and use it in GitHub Desktop.
Sintaks Struktur Kontrol
if (kondisi) {
statement;
} elseif (kondisi2) {
statement2;
} elseif (kondisi3) {
statement3;
} else {
statement4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment