Simdify Scripting Language supports C and C++ style comments.
Comment | Explanation |
---|---|
/* */ | The compiler ignores everything inside this comment. This comment works over multiple lines. |
// | The compiler ignores anything after this comment up until the end of file or new line. This comment works on a single line only. |