home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
019A
/
PCBDEMO.ZIP
/
PCBDISK1.EXE
/
RIP
/
PPE
/
SETPROT.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1993-01-01
|
2KB
|
117 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 TSTRING001(23)
String STRING002
Int INT001
Int INT002
Int INT003
Int INT004
Int INT005
Int INT006
;------------------------------------------------------------------------------
INT003 = 12
INT004 = 8
For INT001 = 1 To 23
STRING002 = ScrText(4, INT001, 3, 0)
If (Left(STRING002, 1) == "(") && Right(STRING002, 1) == ")" Then
INT002 = INT002 + 1
TSTRING001(INT002) = Mid(STRING002, 2, 1)
Endif
Next
For INT001 = 1 To INT002
INT005 = INT003
INT006 = INT004 + INT001 + 1
MouseReg INT001, INT005, INT006, 68, INT006 + 1, 8, 8, 1, 0, TSTRING001(INT001)
Next
Gosub LABEL001
STRING002 = ""
While (Len(STRING002) < 1) Do
STRING002 = Inkey()
EndWhile
Gosub LABEL002
If (STRING002 == "") STRING002 = Chr(13)
KbdStuff Upper(Left(STRING002, 1))
FreshLine
PrintLn "!|*|#|#|#"
End
:LABEL001
FreshLine
PrintLn Chr(2), "|1", Chr(27), "0000$COFF$"
Return
:LABEL002
FreshLine
PrintLn Chr(2), "|1", Chr(27), "0000$CON$"
Return
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 1 End
; 7 Goto
; 14 Let
; 3 PrintLn
; 5 If
; 2 Gosub
; 2 Return
; 1 KbdStuff
; 3 FreshLine
; 1 MouseReg
;
;
; ■ Functions used :
;
; 6 +
; 3 ==
; 3 <
; 2 <=
; 4 >=
; 4 !
; 5 &&
; 2 ||
; 1 Len(
; 1 Upper()
; 1 Mid()
; 2 Left()
; 1 Right()
; 5 Chr()
; 1 Inkey()
; 1 ScrText()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 2 For/Next
; 1 While/EndWhile
; 1 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------