Comments
Single Line: Type // and anything that follows is ignored by the compiler
// This is a comment
Multi-line: Type /* and anything that follows is ignored by the compiler until you type */
/* Multi- line comments are also
ignored by the compiler */
Previous slide
Next slide
Back to first slide
View graphic version