*** empty log message ***
This commit is contained in:
7
lang/basic/test/test28.b
Normal file
7
lang/basic/test/test28.b
Normal file
@@ -0,0 +1,7 @@
|
||||
10 rem reading beyond eof
|
||||
11 open "r",#1,"tst/test01"
|
||||
13 print eof(#1)
|
||||
20 while eof(#1) <> -1
|
||||
22 line #1, l$
|
||||
23 print eof(#1), l
|
||||
24 wend
|
||||
Reference in New Issue
Block a user