Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created December 14, 2016 06:30
Show Gist options
  • Save ilhamarrouf/80f4490053984832438ee32cd1032513 to your computer and use it in GitHub Desktop.
Save ilhamarrouf/80f4490053984832438ee32cd1032513 to your computer and use it in GitHub Desktop.
Sintaks Struktur Kontrol
switch ($var) {
case value1:
statement1;
break;
case value2:
statement2;
break;
case value3:
statement3;
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment