Comments
Archetype single-line comments start with two forward slashes:
// This is a comment.
Multi-line comments start with /*
and end with */
:
/*
This is a
multi-line
comment.
*/
Archetype single-line comments start with two forward slashes:
// This is a comment.
Multi-line comments start with /*
and end with */
:
/*
This is a
multi-line
comment.
*/