Last active
December 6, 2016 02:16
-
-
Save ilhamarrouf/f2fb6d380aff0df217b1335559870654 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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