/* Testing the Version() function */ /* Donated to the public domain by David G. Holm . */ #ifndef __HARBOUR__ #include "clipper.ch" #endif PROCEDURE Main() ? '"' + Version() + '"' ? '"' + hb_Compiler() + '"' ? '"' + OS() + '"' RETURN