7. Comments

SCalc supports a subset of C99 comments.

Single line comments are made using //. Anything on the line after the two adjacent forward slashes is ignored. For example:

// A comment on its own line
print(7);  // This is ignored