10 lines
167 B
Text
10 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
|
||
|
|
*/
|