home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / POWRPK10.ZIP / PROTCT10.ZIP / PROTECT.PPE (.txt) < prev   
PCBoard Programming Language Executable  |  1994-03-27  |  709b  |  59 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.     PrintLn "@X0BSorry, a message written to 'ALL' may not be protected, therefore@X07"
  23.     PrintLn "@X0Bthe message will be forced to be public.@X07"
  24.     KbdStuff "N" + Chr(13)
  25.     End
  26.  
  27. ;------------------------------------------------------------------------------
  28. ;
  29. ; Usage report (before postprocessing)
  30. ;
  31. ; ■ Statements used :
  32. ;
  33. ;    1       End
  34. ;    2       PrintLn 
  35. ;    1       KbdStuff 
  36. ;
  37. ;
  38. ; ■ Functions used :
  39. ;
  40. ;    1       +
  41. ;    1       Chr()
  42. ;
  43. ;------------------------------------------------------------------------------
  44. ;
  45. ; Analysis flags : No flag
  46. ;
  47. ;------------------------------------------------------------------------------
  48. ;
  49. ; Postprocessing report
  50. ;
  51. ;    0       For/Next
  52. ;    0       While/EndWhile
  53. ;    0       If/Then or If/Then/Else
  54. ;    0       Select Case
  55. ;
  56. ;------------------------------------------------------------------------------
  57. ;                 AEGiS Corp - Break the routines, code against the machines!
  58. ;------------------------------------------------------------------------------
  59.