12 lines
202 B
Plaintext
12 lines
202 B
Plaintext
// Testing the VERSION function
|
|
/* Harbour Project source code
|
|
http://www.Harbour-Project.org/
|
|
Donated to the public domain by David G. Holm.
|
|
*/
|
|
|
|
function Main()
|
|
|
|
QOUT( VERSION() )
|
|
|
|
return nil
|