* (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
13 lines
120 B
Plaintext
13 lines
120 B
Plaintext
|
|
INIT PROCEDURE Init()
|
|
|
|
? "In Init"
|
|
|
|
RETURN
|
|
|
|
PROCEDURE Main()
|
|
|
|
? "Should NEVER see this message!!!"
|
|
|
|
RETURN
|