home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / ALLSTATS.ZIP / ALLSTATS.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-02-17  |  966b  |  67 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.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     Cls
  23.     Print ""
  24.     Newline
  25.     Print "@X0B   @X0F @X0BAllStats.PPE v1.0 @X0F      @X0B @X0C@X0FGalaxy BBS Software @X0B      @X0F @X0BBy: Al Massari @X0F@X07"
  26.     Newline
  27.     Print "    @X0F@X0C@X0A@X0D@X0B @X0FThe Galaxy BBS @X0B       @X0F @X0BPennsville,N.J 08070 @X0F       @X0B@X0F @X0C@X07@X0F609-678-5360 @X0B@X08@X07"
  28.     Newlines 2
  29.     DispFile PPEPath() + "allstats", 2 + 4 + 1
  30.     End
  31.  
  32. ;------------------------------------------------------------------------------
  33. ;
  34. ; Usage report (before postprocessing)
  35. ;
  36. ; ■ Statements used :
  37. ;
  38. ;    1       End
  39. ;    1       Cls
  40. ;    3       Print 
  41. ;    1       DispFile 
  42. ;    2       Newline
  43. ;    1       Newlines 
  44. ;
  45. ;
  46. ; ■ Functions used :
  47. ;
  48. ;    3       +
  49. ;    1       PPEPath()
  50. ;
  51. ;------------------------------------------------------------------------------
  52. ;
  53. ; Analysis flags : No flag
  54. ;
  55. ;------------------------------------------------------------------------------
  56. ;
  57. ; Postprocessing report
  58. ;
  59. ;    0       For/Next
  60. ;    0       While/EndWhile
  61. ;    0       If/Then or If/Then/Else
  62. ;    0       Select Case
  63. ;
  64. ;------------------------------------------------------------------------------
  65. ;                 AEGiS Corp - Break the routines, code against the machines!
  66. ;------------------------------------------------------------------------------
  67.