Advertisement
PlajariKode

if statement

Oct 25th, 2019
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.07 KB | None | 0 0
  1. <?php
  2. $a = 3;
  3. $b = 7;
  4.  
  5. if($a < $b):
  6.     echo "Benar!";
  7. endif;
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement