* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
12 lines
119 B
Plaintext
12 lines
119 B
Plaintext
INIT PROCEDURE Init()
|
|
|
|
? "In Init"
|
|
|
|
RETURN
|
|
|
|
PROCEDURE Main()
|
|
|
|
? "Should NEVER see this message!!!"
|
|
|
|
RETURN
|