Files
harbour-core/contrib/hbgs/tests/test.prg
2013-10-09 20:08:24 +02:00

27 lines
330 B
Plaintext

/*
* Harbour Project source code:
*
* Copyright 2011 Viktor Szakats (vszakats.net/harbour)
* www - http://harbour-project.org
*
*/
#require "hbgs"
#include "simpleio.ch"
PROCEDURE Main()
LOCAL a, b, c, d
? hb_gsapi_revision( @a, @b, @c, @d )
? a
? b
? c
? d
? hb_gs( { "--version" } )
RETURN