* (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
11 lines
166 B
Plaintext
11 lines
166 B
Plaintext
|
|
PROCEDURE Main()
|
|
|
|
? "hello 1", ProcLine(), "Expected: ", 8
|
|
|
|
? "hello 2", ProcLine(), "Expected: ", 10
|
|
|
|
? "hello 3", ProcLine(), "Expected: ", 12
|
|
|
|
RETURN
|