Last active
December 26, 2016 05:20
-
-
Save iqbalmauludy/196a649a69691085e11869c81fb47e27 to your computer and use it in GitHub Desktop.
ini merupakan sebuah sample untuk post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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