Skip to content

Instantly share code, notes, and snippets.

@greengoblinmask
Last active December 28, 2015 10:19
Show Gist options
  • Save greengoblinmask/7485403 to your computer and use it in GitHub Desktop.
Save greengoblinmask/7485403 to your computer and use it in GitHub Desktop.
<?php
$test = true;
If ($test == true) {
echo "Nilai Tipe Data Boolean TRUE";
} else {
echo "Nilai Tipe Data Boolean FALSE";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment