* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
PROCEDURE Main()
|
|
|
|
? "hello 1", ProcLine(), "Expected: ", 8
|
|
|
|
? "hello 2", ProcLine(), "Expected: ", 10
|
|
|
|
? "hello 3", ProcLine(), "Expected: ", 12
|
|
|
|
RETURN
|