* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
15 lines
185 B
Plaintext
15 lines
185 B
Plaintext
|
|
PROCEDURE Main()
|
|
|
|
? CMonth( Date() )
|
|
? CMonth( Date() + 31 )
|
|
? CMonth( Date() + 60 )
|
|
?
|
|
|
|
? CDoW( Date() )
|
|
? CDoW( Date() + 6 )
|
|
? CDoW( Date() + 7 )
|
|
?
|
|
|
|
RETURN
|