home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / AR-NS10.ZIP / CSCAN.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-05-28  |  1KB  |  80 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     If (ScrText(1, 1, 1, 0) == "·") Goto LABEL002
  23.     If (ScrText(1, 1, 1, 0) <> "·") Goto LABEL001
  24.     End
  25.     :LABEL001
  26.     Cls
  27.     PrintLn "@X07@X0F·  @X08A@X07Re@X0FS PRODUCTiONS PRESE@X07NT@X08S"
  28.     PrintLn "L@X07iG@X0FHTiNG NEWSCAN 1.00 (c) 1@X0799@X084"
  29.     PrintLn ""
  30.     PrintLn " @X0BConference #/Conference Name"
  31.     PrintLn "@X0F┌─@X07─@X0F─@X07──┐@X0F┌──@X07─@X0F──@X07─@X0F─@X07───@X08─@X07──@X08──@X07─@X08────────────────┐"
  32.     PrintLn "@X07│    @X08 │@X07│                          @X08      │"
  33.     PrintLn "└@X07─@X08───@X07─┘@X08└@X07──@X08─@X07─@X08─@X07─@X08──────────────────────────┘"
  34.     :LABEL002
  35.     AnsiPos 3, 6
  36.     Print "@X0B@CONFNUM@"
  37.     AnsiPos 10, 6
  38.     Print Space(28)
  39.     AnsiPos 10, 6
  40.     Print "@X0B"
  41.  
  42. ;------------------------------------------------------------------------------
  43. ;
  44. ; Usage report (before postprocessing)
  45. ;
  46. ; ■ Statements used :
  47. ;
  48. ;    1       End
  49. ;    1       Cls
  50. ;    2       Goto 
  51. ;    3       Print 
  52. ;    7       PrintLn 
  53. ;    2       If 
  54. ;    3       AnsiPos 
  55. ;
  56. ;
  57. ; ■ Functions used :
  58. ;
  59. ;    1       ==
  60. ;    1       <>
  61. ;    1       Space()
  62. ;    2       ScrText()
  63. ;
  64. ;------------------------------------------------------------------------------
  65. ;
  66. ; Analysis flags : No flag
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ; Postprocessing report
  71. ;
  72. ;    0       For/Next
  73. ;    0       While/EndWhile
  74. ;    0       If/Then or If/Then/Else
  75. ;    0       Select Case
  76. ;
  77. ;------------------------------------------------------------------------------
  78. ;                 AEGiS Corp - Break the routines, code against the machines!
  79. ;------------------------------------------------------------------------------
  80.