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 1.OO (plain) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- String STRING001
- String STRING002
- String STRING003
- String STRING004
- String STRING005
- String STRING006
- String STRING007
-
- ;------------------------------------------------------------------------------
-
- STRING002 = TokenStr()
- InputStr "@X0EDo you want graphics (Enter)=no", STRING001, 7, 6, "QSR", 2 + 256 + 16 + 8 + 16384
- If ((STRING001 == "") && !TRUE) STRING001 = NoChar()
- If (InStr(STRING001, "NS")) Then
- STRING003 = "NS"
- STRING001 = Left(STRING001, InStr(STRING001, "NS") - 1) + Right(STRING001, Len(STRING001) - InStr(STRING001, "NS") + 1)
- Endif
- If (InStr(STRING001, YesChar())) STRING005 = YesChar() + ";"
- If (InStr(STRING001, NoChar())) STRING007 = NoChar() + ";"
- If (InStr(STRING001, "Q")) STRING004 = ""
- If (InStr(STRING001, "R")) STRING006 = "R;"
- KbdStuff STRING006 + STRING005 + STRING007 + STRING004 + STRING003 + Chr(13)
- Newlines 1
- End
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 1 End
- ; 1 Goto
- ; 8 Let
- ; 6 If
- ; 1 InputStr
- ; 1 Newlines
- ; 1 KbdStuff
- ;
- ;
- ; ■ Functions used :
- ;
- ; 13 +
- ; 2 -
- ; 1 ==
- ; 2 !
- ; 1 &&
- ; 1 Len(
- ; 1 Left()
- ; 1 Right()
- ; 1 Chr()
- ; 7 InStr()
- ; 3 NoChar()
- ; 2 YesChar()
- ; 1 TokenStr()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : No flag
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 1 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-