home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b034 / xy.img / S4 / CSD.PRG < prev    next >
Encoding:
Text File  |  1980-01-01  |  430 b   |  22 lines

  1.         *****▓Θ╤»,═│╝╞,┴╨▒φ(CSD)*****
  2. CLEAR
  3. @ 1,20 SAY "******* ▓Θ╤»,═│╝╞,┤≥╙í▒φ╕± *******"
  4. @ 3,28 SAY "1. ╫╩┴╧═│╝╞"
  5. @ 4,28 SAY "2. ╕÷╚╦╟Θ┐÷▓Θ╤»"
  6. @ 5,28 SAY "3. ┤≥╙í▒φ╕±"
  7. @ 6,28 SAY "4. ═╦│÷"
  8. STORE " " TO LLO
  9. @ 8,28 SAY "╟δ╩Σ╚δ╤í╘±(1--4)" GET LLO 
  10. READ
  11. CLEAR
  12. DO CASE 
  13.    CASE LLO="1"
  14.          DO TOJI
  15.     CASE LLO="2"
  16.          DO QKCX
  17.     CASE LLO="3"
  18.           DO DYBB
  19.      CASE LLO="4"
  20. ENDCASE LLO
  21. RETURN 
  22.