Comments
- Single-line comments
-
// if a < b { // TODO // }
-
- Block comments can be nested
- as in Swift and Rust (unlike C++):
/* This /* (and this) */ (and still this) is a comment */
- as in Swift and Rust (unlike C++):