1Test for writing and reading a file of over 100 Kbyte
2
31 line: "This is the start"
43001 lines: "This is the leader"
51 line: "This is the middle"
63001 lines: "This is the trailer"
71 line: "This is the end"
8
9STARTTEST
10:%d
11aThis is the start
12This is the leader
13This is the middle
14This is the trailer
15This is the endkY3000p2GY3000p
16:w! Xtest
17:%d
18:e! Xtest
19:.w! test.out
203003G:.w >>test.out
216005G:.w >>test.out
22:qa!
23ENDTEST
24
25