document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. // contoh operator matematika
  3. $penjumlahan = 5 + 2;
  4. echo "5 + 2 = $pertambahan" ;
  5. // penjumlahan di wakili tanda '+'
  6. ?>
');