home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
019A
/
PCBDEMO.ZIP
/
PCBDISK1.EXE
/
RIP
/
PPE
/
MORE.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1993-01-01
|
620b
|
95 lines
;------------------------------------------------------------------------------
; .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
;------------------------------------------------------------------------------
STRING002 = "YNS"
Print "@X00"
Print Chr(2) + "|10$SAVEALL$|W0000000000"
StartDisp 1
FreshLine
DispFile PPEPath() + "MORE", 4 + 1
StartDisp 2
STRING001 = Upper(Inkey())
While (((STRING001 <> "Y") && (STRING001 <> "N")) && (STRING001 <> "S")) Do
Delay 2
STRING001 = Upper(Inkey())
If (!CDOn()) STRING001 = "N"
EndWhile
PrintLn
Print "!|10$RESTOREALL$|#|#|#"
PrintLn "@XFF@"
If (STRING001 == "S") Then
KbdStuff "NS"
Else
KbdStuff STRING001
Endif
End
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 1 End
; 4 Goto
; 4 Let
; 3 Print
; 2 PrintLn
; 3 If
; 1 DispFile
; 2 StartDisp
; 1 Delay
; 2 KbdStuff
; 1 FreshLine
;
;
; ■ Functions used :
;
; 3 +
; 1 ==
; 3 <>
; 3 !
; 2 &&
; 2 Upper()
; 1 Chr()
; 2 Inkey()
; 1 PPEPath()
; 1 CDOn()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 1 While/EndWhile
; 1 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------