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 2.OO (plain) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- String STRING001
- String STRING002
-
- ;------------------------------------------------------------------------------
-
- If (TokCount() <> 0) Then
- STRING001 = GetToken()
- Gosub LABEL001
- KbdStuff "P " + STRING001 + Chr(13)
- End
- STRING001 = GetToken()
- KbdStuff "P " + STRING001 + Chr(13)
- Endif
- :LABEL001
- DispFile PPEPath() + "lines.txt", 0
- InputStr "@X07What number do you see on the top of the screen? ", STRING002, 13, 3, "1234567890", 256 + 8
- KbdStuff "P " + Chr(13)
- KbdStuff STRING002 + Chr(13)
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 1 End
- ; 1 Goto
- ; 2 Let
- ; 1 If
- ; 1 DispFile
- ; 1 InputStr
- ; 1 Gosub
- ; 4 KbdStuff
- ;
- ;
- ; ■ Functions used :
- ;
- ; 8 +
- ; 1 <>
- ; 1 !
- ; 4 Chr()
- ; 1 PPEPath()
- ; 2 GetToken()
- ; 1 TokCount()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; 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!
- ;------------------------------------------------------------------------------
-