Skip to content

Instantly share code, notes, and snippets.

@iqbalmauludy
Last active December 26, 2016 05:20
Show Gist options
  • Save iqbalmauludy/196a649a69691085e11869c81fb47e27 to your computer and use it in GitHub Desktop.
Save iqbalmauludy/196a649a69691085e11869c81fb47e27 to your computer and use it in GitHub Desktop.
ini merupakan sebuah sample untuk post
if ($coffee) {
echo "Kopi nya itam gan!"; //akan tampil jika True
} else {
echo "Kopinya kok putih ya? sianida mungkin!"; //akan tampil jika False
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment