File BASIC.WS

Directory of image this file is from
This file as a plain text file

50 DIM A(3)
100 PRINT "INPUT # OF POINTS TOTAL";
120 INPUT T
130 PRINT "INPUT # OF HOMEWORKS";
140 INPUT N
150 PRINT
160 PRINT
170 FILEV #1:"TEST.BA"
175 OPEN #1:
180 FOR I=1 TO 37
190 FOR J=1 TO 3
200 READ #1:A(J)
210 NEXT J
220 READ #1:B$
230 FOR K=1 TO N
240 READ #1:C
250 LET S=S+C
260 NEXT K
270 PRINT A(1);A(2);A(3),B$,S,S/T
280 LET S=0
290 LET C=0
300 NEXT I
310 CLOSE #1
320 END



Feel free to contact me, David Gesswein djg@pdp8online.com with any questions, comments on the web site, or if you have related equipment, documentation, software etc. you are willing to part with.  I am interested in anything PDP-8 related, computers, peripherals used with them, DEC or third party, or documentation. 

PDP-8 Home Page   PDP-8 Site Map   PDP-8 Site Search