Files
harbour-core/harbour/tests/working/comments.prg
Antonio Linares 974bc2fbc2 make files
1999-05-05 05:45:23 +00:00

21 lines
213 B
Plaintext

// Testing Harbour comments
*
* star comment
* more star comments
*
NOTE Old fashion comment
function Main()
/* multiple
lines
comment */
QOut( "Ok!" ) && old fashion comment
return nil