summaryrefslogtreecommitdiff
path: root/apps/examples/bastest/tests/test11.bas
blob: 78eb6d1c66ad8b333a26ba5eea8e3aa1f902acf1 (plain) (blame)
1
2
3
4
5
6
10 open "i",1,"test.bas"
20 while not eof(1)
30 line input #1,a$
40 print a$
50 wend