home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TIMECH.ZIP / TIMECHK.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1993-10-26  |  856b  |  59 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.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     PrintLn "              @X00@X0FHello @FIRST@.."
  23.     PrintLn "You have a total of @TIMELEFT@ Minutes left for Today!"
  24.     PrintLn "  Saving enough time to Download the Files"
  25.     PrintLn "     you have Flagged, you have @X9E@MINLEFT@@X0F Minutes "
  26.     PrintLn "  left before you can safely Download your Flagged"
  27.     PrintLn "                       Files@XFF!"
  28.     End
  29.  
  30. ;------------------------------------------------------------------------------
  31. ;
  32. ; Usage report (before postprocessing)
  33. ;
  34. ; ■ Statements used :
  35. ;
  36. ;    1       End
  37. ;    6       PrintLn 
  38. ;
  39. ;
  40. ; ■ Functions used :
  41. ;
  42. ;
  43. ;------------------------------------------------------------------------------
  44. ;
  45. ; Analysis flags : No flag
  46. ;
  47. ;------------------------------------------------------------------------------
  48. ;
  49. ; Postprocessing report
  50. ;
  51. ;    0       For/Next
  52. ;    0       While/EndWhile
  53. ;    0       If/Then or If/Then/Else
  54. ;    0       Select Case
  55. ;
  56. ;------------------------------------------------------------------------------
  57. ;                 AEGiS Corp - Break the routines, code against the machines!
  58. ;------------------------------------------------------------------------------
  59.