* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
PROCEDURE Main()
|
|
|
|
? CMonth( Date() )
|
|
? CMonth( Date() + 31 )
|
|
? CMonth( Date() + 60 )
|
|
?
|
|
|
|
? CDoW( Date() )
|
|
? CDoW( Date() + 6 )
|
|
? CDoW( Date() + 7 )
|
|
?
|
|
|
|
RETURN
|