RosettaCodeData/Task/Comments/Neko/comments.neko

11 lines
148 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
// Single line comment, of course!
/*
Multi line comment!
*/
/**
Documentation block
<doc>can include XML parsed nodes between doc tags</doc>
**/