home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / S / SCAN050.ZIP / SCAN.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-08-10  |  1KB  |  68 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(3, 1, 5, 0) == "─────") Goto LABEL001
  23.     Cls
  24.     PrintLn "@X08┌───────────────────────────────────────────────────────────────────────────┐"
  25.     PrintLn "@X07│@X1FFilename       @X18Size      @X17Date   @X13Description of File Contents               @X07│"
  26.     PrintLn "@X08└─────────── ────────  ────────  ───────────────────────────────────────────┘"
  27.     Return
  28.     :LABEL001
  29.     Print "@X07@X07@X0FS@X07c@X09a@X01n@X08ning Directory φ @X07"
  30.     End
  31.  
  32. ;------------------------------------------------------------------------------
  33. ;
  34. ; Usage report (before postprocessing)
  35. ;
  36. ; ■ Statements used :
  37. ;
  38. ;    1       End
  39. ;    1       Cls
  40. ;    1       Goto 
  41. ;    1       Print 
  42. ;    3       PrintLn 
  43. ;    1       If 
  44. ;    1       Return
  45. ;
  46. ;
  47. ; ■ Functions used :
  48. ;
  49. ;    1       ==
  50. ;    1       ScrText()
  51. ;
  52. ;------------------------------------------------------------------------------
  53. ;
  54. ; Analysis flags : No flag
  55. ;
  56. ;------------------------------------------------------------------------------
  57. ;
  58. ; Postprocessing report
  59. ;
  60. ;    0       For/Next
  61. ;    0       While/EndWhile
  62. ;    0       If/Then or If/Then/Else
  63. ;    0       Select Case
  64. ;
  65. ;------------------------------------------------------------------------------
  66. ;                 AEGiS Corp - Break the routines, code against the machines!
  67. ;------------------------------------------------------------------------------
  68.