Getting Started:
Support:
Comments exist in two forms: one-line and multi-line block comments.
// This is a one-line comment.
/* This is a comment spanning multiple lines! */
Comments
Comments exist in two forms: one-line and multi-line block comments.
// This is a one-line comment.