* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
23 lines
227 B
Plaintext
23 lines
227 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
// Testing Harbour comments
|
|
|
|
*
|
|
* star comment
|
|
* more star comments
|
|
*
|
|
|
|
NOTE Old fashion comment
|
|
|
|
PROCEDURE Main()
|
|
|
|
/* multiple
|
|
lines
|
|
comment */
|
|
|
|
QOut( "Ok!" ) && old fashion comment
|
|
|
|
RETURN
|