Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Last active December 6, 2016 05:35
Show Gist options
  • Save ilhamarrouf/299411cffbc2bd9803e03a7122d608ad to your computer and use it in GitHub Desktop.
Save ilhamarrouf/299411cffbc2bd9803e03a7122d608ad to your computer and use it in GitHub Desktop.
Data Type PHP
<?php
$benar=true;
$salah=false;
echo "benar = $benar, salah = $salah";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment