Comments
Usually available in 2 formats:
- Line Comment
- Multi-line Comment
- C
- C++
- C#
- Java
- Rust
- Go
- Javascript
- Typescript
- Python
// line comment
/*
Multi-line comment
*/
// line comment
/*
Multi-line comment
*/
// line comment
/*
Multi-line comment
*/
// line comment
/*
Multi-line comment
*/
// line comment
/// Documentation comments
/// Support markdown notation
// line comment
/*
Multi-line comment
*/
// line comment
/*
Multi-line comment
*/
// line comment
/*
Multi-line comment
*/
# line comment
"""
Multi-line comment
Support markdown notation
"""