home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Transactor
/
Transactor_19_1987_Transactor_Publishing.d64
/
mr. ed lines_pg
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2023-02-26
|
246b
|
13 lines
100 pg=55: rem lines per page
110 open 4,4,7
120 open 5,8,5,"letter"
130 get#5,a$
140 x=st: rem save status
150 print#4,a$;
160 if a$=chr$(13) then lc=lc+1
170 if lc<>pg then 200
180 get k$: if k$="" then 180
190 lc=0: rem initialize line count
200 if x<>64 then 130
210 print#4: close4: close5