Language Specification
Implementation
VCalc 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(v); // This is ignored
8. Comments
VCalc 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: