19990925-07:52 GMT+1

This commit is contained in:
Viktor Szakats
1999-09-25 06:05:50 +00:00
parent 05999e815c
commit 5b2c6dea2e
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
19990925-07:52 GMT+1 Victor Szel <info@szelvesz.hu>
* tests/working/testwarn.prg
! Added a MAIN() function.
19990925-00:42 EDT Paul Tucker <ptucker@sympatico.ca>
* tests/working/adirtest.prg
* slight modification to the first call to Adir() to account for

View File

@@ -4,6 +4,12 @@
DECLARE FUNCTION nMyFunc( ) AS NUMERIC
FUNCTION Main()
? "This is a compiler test."
RETURN NIL
FUNCTION Hex2Dec( lVar AS LOGICAL )
LOCAL nVar AS NUMERIC, cVar AS CHARACTER, lVar2 AS LOGICAL, nNoType := 3