home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / POWRPK10.ZIP / GRAPH10.ZIP / GRAPHICS.PPE (.txt) < prev   
PCBoard Programming Language Executable  |  1994-04-02  |  795b  |  70 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     PrintLn 
  24.     InputYN "@X0FWould you like to toggle graphics mode", STRING001, 15
  25.     If (STRING001 == "Y") Goto LABEL001
  26.     If (STRING001 == "y") Goto LABEL001
  27.     If (STRING001 == "N") End
  28.     If (STRING001 == "n") End
  29.     :LABEL001
  30.     PrintLn 
  31.     KbdStuff "M" + Chr(13)
  32.     End
  33.  
  34. ;------------------------------------------------------------------------------
  35. ;
  36. ; Usage report (before postprocessing)
  37. ;
  38. ; ■ Statements used :
  39. ;
  40. ;    3       End
  41. ;    2       Goto 
  42. ;    2       PrintLn 
  43. ;    4       If 
  44. ;    1       InputYN 
  45. ;    1       KbdStuff 
  46. ;
  47. ;
  48. ; ■ Functions used :
  49. ;
  50. ;    1       +
  51. ;    4       ==
  52. ;    1       Chr()
  53. ;
  54. ;------------------------------------------------------------------------------
  55. ;
  56. ; Analysis flags : No flag
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;
  60. ; Postprocessing report
  61. ;
  62. ;    0       For/Next
  63. ;    0       While/EndWhile
  64. ;    0       If/Then or If/Then/Else
  65. ;    0       Select Case
  66. ;
  67. ;------------------------------------------------------------------------------
  68. ;                 AEGiS Corp - Break the routines, code against the machines!
  69. ;------------------------------------------------------------------------------
  70.