thp-web/md/learn/basics/comments.md

226 B

Comments

Only these two:

Single line

// This is a single line comment

Multi line

/*
    This is a
    multiline comment
*/
/*
    Multiline comments
    can be /* nested */
*/