home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / S / SCUMST15.ZIP / STATS.PPE (.txt) < prev   
PCBoard Programming Language Executable  |  1994-05-23  |  1KB  |  120 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.     Integer  INTEGER001
  20.     Integer  INTEGER002
  21.     String   STRING001
  22.     String   STRING002
  23.  
  24. ;------------------------------------------------------------------------------
  25.  
  26.     STRING002 = TokenStr()
  27.     Tokenize STRING002
  28.     INTEGER001 = GetToken()
  29.     :LABEL001
  30.     Cls
  31.     DispFile PPEPath() + "MENU", 0
  32.     PrintLn 
  33.     INTEGER002 = ""
  34.     STRING001 = ""
  35.     InputStr "@X0FW@X07h@X08at is your comma@X07n@X0Fd", STRING001, 5, 15, Mask_Ascii(), 256
  36.     INTEGER002 = STRING001
  37.     If (INTEGER002 > INTEGER001) Then
  38.         Newline
  39.         PrintLn "@X0FI@X07n@X08valid status scree@X07n@X0F!"
  40.         Newline
  41.         More
  42.         Goto LABEL001
  43.     Endif
  44.     While ((((Upper(STRING001) <> "Q") && (Upper(STRING001) <> "G")) && (Upper(STRING001) <> ""))) Goto LABEL002
  45.     If (Upper(STRING001) == "Q") Goto LABEL003
  46.     If (Upper(STRING001) == "G") Goto LABEL004
  47.     If (STRING001 == "") Goto LABEL003
  48.     Goto LABEL001
  49.     :LABEL002
  50.     Cls
  51.     DispFile PPEPath() + STRING001, 2 + 4 + 1
  52.     More
  53.     Goto LABEL001
  54.     :LABEL003
  55.     FreshLine
  56.     STRING001 = ""
  57.     Newlines 2
  58.     PrintLn "                 @X08STaTs PPe  By MiNDFRYeR  '94  -=[ SCuM ]=-"
  59.     Delay 8
  60.     End
  61.     :LABEL004
  62.     Newlines 2
  63.     PrintLn "                 @X08STaTs PPe  By MiNDFRYeR  '94  -=[ SCuM ]=-"
  64.     Bye
  65.     End
  66.  
  67. ;------------------------------------------------------------------------------
  68. ;
  69. ; Usage report (before postprocessing)
  70. ;
  71. ; ■ Statements used :
  72. ;
  73. ;    2       End
  74. ;    2       Cls
  75. ;    2       More
  76. ;    9       Goto 
  77. ;    6       Let 
  78. ;    4       PrintLn 
  79. ;    5       If 
  80. ;    2       DispFile 
  81. ;    1       InputStr 
  82. ;    1       Delay 
  83. ;    2       Newline
  84. ;    2       Newlines 
  85. ;    1       Tokenize 
  86. ;    1       Bye
  87. ;    1       FreshLine
  88. ;
  89. ;
  90. ; ■ Functions used :
  91. ;
  92. ;    4       +
  93. ;    3       ==
  94. ;    3       <>
  95. ;    1       >
  96. ;    1       !
  97. ;    2       &&
  98. ;    5       Upper()
  99. ;    1       Mask_Ascii()
  100. ;    2       PPEPath()
  101. ;    1       GetToken()
  102. ;    1       TokenStr()
  103. ;
  104. ;------------------------------------------------------------------------------
  105. ;
  106. ; Analysis flags : No flag
  107. ;
  108. ;------------------------------------------------------------------------------
  109. ;
  110. ; Postprocessing report
  111. ;
  112. ;    0       For/Next
  113. ;    0       While/EndWhile
  114. ;    1       If/Then or If/Then/Else
  115. ;    0       Select Case
  116. ;
  117. ;------------------------------------------------------------------------------
  118. ;                 AEGiS Corp - Break the routines, code against the machines!
  119. ;------------------------------------------------------------------------------
  120.