Comment out single lines using the // prefix.
//
Comment out multiple lines using the /* prefix in combination with the */ suffix.
/*
*/
Check out the playground!