home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 3.2O (Encryption type I) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- Integer INTEGER001
- Integer INTEGER002
- String STRING001
- String STRING002
-
- ;------------------------------------------------------------------------------
-
- Gosub LABEL001
- Goto LABEL002
- Gosub LABEL003
- KbdStuff Chr(13) + STRING001 + Chr(13)
- Goto LABEL004
- :LABEL001
- INTEGER001 = 1
- STRING001 = ""
- INTEGER002 = 0
- Return
- :LABEL002
- PrintLn "@CLS@@X03 @X03 @X07 "
- PrintLn "@X03 @X17 · · · @X47▄▄▄▄▄▄▄▄▄@X03 @X7F┌───────────────────────────────────────@X7F@X70┐@X70@X03 @X17 · · · @X47▄▄▄▄▄▄▄▄▄@X03 "
- PrintLn "@X03 @X17· · · ·@X47▄▄▄▄▄▄▄▄▄@X03 @X7F│ @X7E THIS DAY IN HISTORY @X70│@X03 @X17· · · ·@X47▄▄▄▄▄▄▄▄▄@X03 "
- PrintLn "@X03 @X47▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄@X03 @X7F└@X70───────────────────────────────────────┘@X03 @X47▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄@X03 "
- PrintLn "@X03 @X04▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ @X0B (c) 1996, Admiral Spock @X00 @X04▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀@X03 "
- PrintLn "@X07@X0C──────────────────────────────────────────────────────────────────────────────"
- Gosub LABEL003
- PrintLn "@X07@X0C────────────────────────────────────────────────────────────────────────v1.04──"
- :LABEL003
- STRING001 = ReadLine(PPEPath() + "Histppe.TXT", INTEGER001)
- Print STRING001
- Newline
- INTEGER001 = INTEGER001 + 1
- If (STRING001 == "") Gosub LABEL004
- Goto LABEL003
- STRING002 = ""
- :LABEL004
- INTEGER002 = INTEGER002 + 1
- If (INTEGER002 == 5) Goto LABEL005
- Return
- :LABEL005
- Wait
- End
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 1 End
- ; 1 Wait
- ; 4 Goto
- ; 7 Let
- ; 1 Print
- ; 7 PrintLn
- ; 2 If
- ; 4 Gosub
- ; 2 Return
- ; 1 Newline
- ; 1 KbdStuff
- ;
- ;
- ; ■ Functions used :
- ;
- ; 5 +
- ; 2 ==
- ; 2 Chr()
- ; 1 PPEPath()
- ; 1 ReadLine()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : No flag
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 0 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-