home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / tdihroy1.zip / TDIH.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-06-08  |  2KB  |  104 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 3.1O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER001
  20.     Integer  INTEGER002
  21.     String   STRING001
  22.     String   STRING002
  23.  
  24. ;------------------------------------------------------------------------------
  25.  
  26.     Gosub LABEL001
  27.     Goto LABEL002
  28.     Gosub LABEL003
  29.     KbdStuff Chr(13) + STRING001 + Chr(13)
  30.     Goto LABEL004
  31.     :LABEL001
  32.     INTEGER001 = 1
  33.     STRING001 = ""
  34.     INTEGER002 = 0
  35.     Return
  36.     :LABEL002
  37.     PrintLn "@CLS@@X03                   @X7F┌───────────────────────────────────────@X7F@X70┐@X03                 @X07 "
  38.     PrintLn "@X03  @X17 · · · @X47▄▄▄▄▄▄▄▄▄@X03 @X7F│      @X7E     THIS DAY IN HISTORY         @X70│@X70@X03  @X17 · · · @X47▄▄▄▄▄▄▄▄▄@X03 "
  39.     PrintLn "@X03  @X17· · · ·@X47▄▄▄▄▄▄▄▄▄@X03 @X7F└@X70───────────────────────────────────────┘@X03  @X17· · · ·@X47▄▄▄▄▄▄▄▄▄@X03 "
  40.     PrintLn "@X03  @X47▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄@X03        (c) 1996, Admiral Spock             @X47▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄@X03 "
  41.     PrintLn "@X03  @X04▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀           @X03                                 @X04▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀@X03 "
  42.     PrintLn "@X07@X0C───────────────────────────────────────────────────────────────────────────────"
  43.     Gosub LABEL003
  44.     PrintLn "@X07@X0C────────────────────────────────────────────────────────────────────────v1.04──"
  45.     :LABEL003
  46.     STRING001 = ReadLine(PPEPath() + "Hist.TXT", INTEGER001)
  47.     Print STRING001
  48.     Newline
  49.     INTEGER001 = INTEGER001 + 1
  50.     If (STRING001 == "") Gosub LABEL004
  51.     Goto LABEL003
  52.     STRING002 = ""
  53.     :LABEL004
  54.     INTEGER002 = INTEGER002 + 1
  55.     If (INTEGER002 == 5) Goto LABEL005
  56.     Return
  57.     :LABEL005
  58.     Wait
  59.     End
  60.  
  61. ;------------------------------------------------------------------------------
  62. ;
  63. ; Usage report (before postprocessing)
  64. ;
  65. ; ■ Statements used :
  66. ;
  67. ;    1       End
  68. ;    1       Wait
  69. ;    4       Goto 
  70. ;    7       Let 
  71. ;    1       Print 
  72. ;    7       PrintLn 
  73. ;    2       If 
  74. ;    4       Gosub 
  75. ;    2       Return
  76. ;    1       Newline
  77. ;    1       KbdStuff 
  78. ;
  79. ;
  80. ; ■ Functions used :
  81. ;
  82. ;    5       +
  83. ;    2       ==
  84. ;    2       Chr()
  85. ;    1       PPEPath()
  86. ;    1       ReadLine()
  87. ;
  88. ;------------------------------------------------------------------------------
  89. ;
  90. ; Analysis flags : No flag
  91. ;
  92. ;------------------------------------------------------------------------------
  93. ;
  94. ; Postprocessing report
  95. ;
  96. ;    0       For/Next
  97. ;    0       While/EndWhile
  98. ;    0       If/Then or If/Then/Else
  99. ;    0       Select Case
  100. ;
  101. ;------------------------------------------------------------------------------
  102. ;                 AEGiS Corp - Break the routines, code against the machines!
  103. ;------------------------------------------------------------------------------
  104.