You can start a single-line comment with two forward slashes, or a multi-line comment with forward slashes and asterisks:
// This is a single-line comment /* This is a multi-line comment */