9 lines
214 B
Text
9 lines
214 B
Text
# single line comment
|
|
|
|
#/ multi-line comment
|
|
- ends with the "/ followed by #" terminator on the next line
|
|
/#
|
|
|
|
/* multi-line comment - C-style
|
|
- ends with the "* followed by /" terminator on the next line
|
|
*/
|