/* * $Id$ */ /* Testing the VERSION function */ /* Harbour Project source code http://harbour-project.org/ Donated to the public domain by David G. Holm . */ PROCEDURE Main() outstd( chr( 34 ) + version() + chr( 34 ) + hb_eol() ) outstd( chr( 34 ) + hb_compiler() + chr( 34 ) + hb_eol() ) outstd( chr( 34 ) + os() + chr( 34 ) + hb_eol() ) RETURN