home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Hack-Phreak Scene Programs
/
cleanhpvac.zip
/
cleanhpvac
/
CHLOGRR.ZIP
/
CH-NEWON.PPE
(
.txt
)
next >
Wrap
PCBoard Programming Language Executable
|
1993-12-27
|
790b
|
70 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 1.OO (plain) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
String STRING001
;------------------------------------------------------------------------------
If (AnsiOn()) Then
AnsiPos 12, 22
Print "@X04[@X0CR@X04]@X0Ce-enter your @X04N@X0Came or @X04[@X0CC@X04]@X0Continue to @X04L@X0Cogon as @X04N@X0Cew@X04U@X0Cser @X04[@X0F @X04]"
AnsiPos 68, 22
STRING001 = GetToken()
Else
PrintLn "∞ Turn your Ansi Mode ON at your CommUtil ∞"
Endif
End
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 1 End
; 2 Goto
; 1 Let
; 1 Print
; 1 PrintLn
; 1 If
; 2 AnsiPos
;
;
; ■ Functions used :
;
; 1 !
; 1 GetToken()
; 1 AnsiOn()
;
;------------------------------------------------------------------------------
;
; 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!
;------------------------------------------------------------------------------