Files
harbour-core/harbour/tests/working/version.prg

8 lines
83 B
Plaintext

// Testing the VERSION function
function Main()
QOUT( VERSION() )
return nil