17 lines
249 B
Plaintext
17 lines
249 B
Plaintext
//
|
|
// $Id$
|
|
//
|
|
|
|
// Testing the VERSION function
|
|
/* Harbour Project source code
|
|
http://www.Harbour-Project.org/
|
|
Donated to the public domain by David G. Holm <dholm@jsd-llc.com>.
|
|
*/
|
|
|
|
function Main()
|
|
|
|
? VERSION()
|
|
? VERSION(NIL)
|
|
|
|
return nil
|