Code: Select all
read:
file "matrix.txt" read x
if x > -1 then
file "matrix.txt" readline t$
print t$
pause 0.1
goto read
else
goto loop
endif
loop:
goto loop
Code: Select all
read:
file "matrix.txt" read x
if x > -1 then
file "matrix.txt" readline t$
print t$
pause 0.1
goto read
else
goto loop
endif
loop:
goto loop
Изменил наMr. Kibernetik wrote:Потому что первая буква считывается командой
file "matrix.txt" read x