home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 005 / 662_ppe.zip / 662.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-09-16  |  708b  |  64 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 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     DispFile PPEPath() + "662", 2 + 1 + 4
  24.     STRING001 = YesChar()
  25.     InputStr "", STRING001, 15, 1, YesChar() + Lower(YesChar()) + NoChar() + Lower(NoChar()) + "Aa", 2 + 4 + 256
  26.     KbdStuff STRING001
  27.  
  28. ;------------------------------------------------------------------------------
  29. ;
  30. ; Usage report (before postprocessing)
  31. ;
  32. ; ■ Statements used :
  33. ;
  34. ;    1       Let 
  35. ;    1       DispFile 
  36. ;    1       InputStr 
  37. ;    1       KbdStuff 
  38. ;
  39. ;
  40. ; ■ Functions used :
  41. ;
  42. ;    9       +
  43. ;    2       Lower()
  44. ;    2       NoChar()
  45. ;    3       YesChar()
  46. ;    1       PPEPath()
  47. ;
  48. ;------------------------------------------------------------------------------
  49. ;
  50. ; Analysis flags : No flag
  51. ;
  52. ;------------------------------------------------------------------------------
  53. ;
  54. ; Postprocessing report
  55. ;
  56. ;    0       For/Next
  57. ;    0       While/EndWhile
  58. ;    0       If/Then or If/Then/Else
  59. ;    0       Select Case
  60. ;
  61. ;------------------------------------------------------------------------------
  62. ;                 AEGiS Corp - Break the routines, code against the machines!
  63. ;------------------------------------------------------------------------------
  64.