* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
13 lines
159 B
Plaintext
13 lines
159 B
Plaintext
#require "gtalleg"
|
|
|
|
PROCEDURE Main()
|
|
|
|
#if defined( __HBSCRIPT__HBSHELL )
|
|
hbshell_gtSelect( "GTALLEG" )
|
|
#endif
|
|
|
|
CLS
|
|
Alert( "Hello world!" )
|
|
|
|
RETURN
|