1// This is a single-line comment
2
3# This is also a single-line comment
4
5/*
6This is a multiple-lines comment block
7that spans over multiple
8lines
9*/
1/**
2 * This function compiles a message that tells you how great coffee is
3 *
4 * @param string $compliment A nice word to describe coffee
5 * @param integer $score A score out of 10
6 */