RosettaCodeData/Task/Comments/Agena/comments.agena
2016-12-05 22:15:40 +01: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
*/