RosettaCodeData/Task/Comments/Agena/comments.agena

10 lines
214 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# 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
*/