home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
351-375
/
apd360
/
wardoc.amos
/
wardoc.amosSourceCode
Wrap
AMOS Source Code
|
1991-10-22
|
272b
|
25 lines
Screen Open 0,640,200,4,Hires
Paper 0
Cls 0
Locate 0,0
Open In 1,"war.ASCII"
Set Input 10,-1
Do
For T=0 To 78
If Eof(1)=-1
Exit
Else
F$=Input$(1,1)
If F$=Chr$(10)
Print : Exit
End If
Print F$;
End If
Next T
Print
While Mouse Key=0
Wend
Loop
Close 1
Bell
Wait Key