* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
12 lines
83 B
Plaintext
12 lines
83 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
// Testing the OS function
|
|
|
|
PROCEDURE Main()
|
|
|
|
? OS()
|
|
|
|
RETURN
|