RosettaCodeData/Task/Comments/Neko/comments.neko

11 lines
148 B
Text
Raw Permalink Normal View History

2014-01-17 05:32:22 +00:00
// Single line comment, of course!
2019-09-12 10:33:56 -07:00
2014-01-17 05:32:22 +00:00
/*
Multi line comment!
*/
2019-09-12 10:33:56 -07:00
/**
Documentation block
<doc>can include XML parsed nodes between doc tags</doc>
**/