Comments #
Comments start with //
characters.
All following content up to the end of the line is part of the comment.
// This is a comment
def (a) {
// This is also a comment
a + a // And this
}
Comments start with //
characters.
All following content up to the end of the line is part of the comment.
// This is a comment
def (a) {
// This is also a comment
a + a // And this
}