Skip to main content

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.
*/