home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
019A
/
PCBDEMO.ZIP
/
PCBDISK1.EXE
/
RIP
/
PPE
/
ALIAS.PPE
(
.txt
)
next >
Wrap
PCBoard Programming Language Executable
|
1993-01-01
|
638b
|
101 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
;------------------------------------------------------------------------------
STRING001 = TokenStr()
STRING001 = Left(STRING001, 1)
STRING001 = Upper(STRING001)
If (Len(STRING001) == 0) Then
If (STRING001 == "ON") Alias 1
If (STRING001 == "OF") Alias 0
End
Endif
If (Alias()) Then
Alias 0
If ((GrafMode() == "R") && Exist(PPEPath() + "ALIASON.RIP")) Then
Cls
DispFile PPEPath() + "ALIASON.RIP", 0
Delay 27
Else
PrintLn
PrintLn "@X0AYou are now using your real name."
Endif
Else
Alias 1
If ((GrafMode() == "R") && Exist(PPEPath() + "ALIASOF.RIP")) Then
Cls
DispFile PPEPath() + "ALIASOF.RIP", 0
Delay 27
Else
PrintLn
PrintLn "@X0AYou are now using your alias."
Endif
Endif
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 1 End
; 2 Cls
; 7 Goto
; 3 Let
; 4 PrintLn
; 6 If
; 2 DispFile
; 2 Delay
; 4 Alias
;
;
; ■ Functions used :
;
; 4 +
; 5 ==
; 4 !
; 2 &&
; 1 Len(
; 1 Upper()
; 1 Left()
; 4 PPEPath()
; 2 Exist()
; 1 TokenStr()
; 2 GrafMode()
; 1 Alias()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 0 While/EndWhile
; 4 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------