home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / zbasic / pia / pia88.z < prev    next >
Text File  |  1987-11-17  |  2KB  |  38 lines

  1. 1 REM Compile with ZBasic RUN*
  2. 2 REM Parts of this software were created using the ZBasic Compiler.
  3. 3 REM Portions of this Code are (C) Copyrighted, 1985 by Zedcor, Inc.
  4. 115 DIM A(2,6),B(7,114),C(4,100),D(9,6),F(10,8),G(6,114),H(3,6),I(114)
  5. 120 DIM J(2,51),K(8,2),L(6,114),O(114),Q(8,4),T(13,3),V(4,6),Z(486)
  6. 125 DIM 6A$(2),9D$(12),66E$(8),36F$(6),4G$(10),4H$(7),23K$(7),41N$(3)
  7. 126 DIM 10P$(3),43Q$(4),35R$(2),35T$(4),35U$(4),66W$(8),43X$(2)
  8. 127 DIM 66B$,11C$,20J$,20L$,66M$,2O$,1S$,12V$,35Y$
  9. 128 DIM A1,A2,A3,A4,A5,A6,A7,A8,A9,C1,C2,C5,C7,C8,C9,F1,F5,F6,G1,G2
  10. 129 DIM G3,G4,G5,G6,G7,G8,G9,I1,I2,I3,I4,I5,I6,I7,I8,I9,K1,K2,K3,K4
  11. 130 DIM K5,K6,K7,K8,K9,M1,M2,M3,M4,M5,M6,M7,M8,M9,N1,N2,N3,N4,N5,N6
  12. 131 DIM N7,N8,N9,P1,P2,P3,P4,P5,P6,P7,P8,P9,Q1,Q4,Q5,Q6,Q9,R1,S1,S2
  13. 132 DIM S3,S4,S5,S6,S7,S8,S9,T1,T2,T3,T4,T5,T6,T7,T8,T9,U1,U2,U3,U4
  14. 133 DIM U5,U6,U7,U8,U9,V2,V4,V5,V6,V7,V8,V9,W1,W2,W3,X1,X2,X6,X7,X9
  15. 134 CLEAR END: INKEY$(1): ON INKEY$(1) GOTO 9900
  16. 1040 PRINT "ZBasic Compiler."
  17. 1050 PRINT "1985 by Zedcor Inc."
  18. 1054
  19. 1055 DELAY 3000
  20. 1410 PRINT "   Press the F1 key (in the upper left-hand corner) at ";
  21. 1411 PRINT "any time to stop"
  22. 1412 PRINT "   the program."
  23. 1840 PRINT "   > ";: GOSUB 9830: INPUT&1,"";K8
  24. 1860 OPEN"I",1,"PIAIN.CHN": RUN 1
  25. 1870 OPEN"I",1,"CONFIG.CHN": RUN 1
  26. 1880 OPEN"I",1,"OLDAWBI.CHN": RUN 1
  27. 1890 OPEN"I",1,"ADDRESS.CHN": RUN 1
  28. 5004 ON ERROR GOSUB 5030
  29. 5006 ON ERROR RETURN
  30. 5110 IF K5>0 THEN K(I1,2)=K(I1,0)+16*K(I1,1) ELSE K(I1,2)=7
  31. 9830 COLOR 0,K(1,2),1: RETURN
  32. 9840 COLOR 0,K(2,2),1: RETURN
  33. 9850 COLOR 0,K(3,2),1: RETURN
  34. 9854 COLOR 0,K(4,2),1: RETURN
  35. 9860 COLOR 0,K(5,2),1: RETURN
  36. 9870 COLOR 0,K(8,2),1: RETURN
  37.  
  38.