Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Last active December 6, 2016 02:16
Show Gist options
  • Save ilhamarrouf/f2fb6d380aff0df217b1335559870654 to your computer and use it in GitHub Desktop.
Save ilhamarrouf/f2fb6d380aff0df217b1335559870654 to your computer and use it in GitHub Desktop.
<?php
echo 'Contoh 1'; // Ini digunakan untuk comment satu baris
/* Ini digunakan untuk commment lebih dari satu baris
dengan memblock beberapa baris */
echo 'Contoh 2';
echo 'Contoh 3'; # Ini juga digunakan untuk comment satu baris
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment