RosettaCodeData/Task/Comments/Agena/comments.agena
2023-07-01 13:44:08 -04:00

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
*/