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

9 lines
167 B
Text

program comments # this program does nothing
# zoea supports single line comments starting with a '#' char
/*
zoea also supports
multi line
comments
*/