home *** CD-ROM | disk | FTP | other *** search
/ The Equalizer BBS / equalizer-bbs-collection_2004.zip / equalizer-bbs-collection / BBS-PCBOARD-STUFF / EDSNOS10.ZIP / EDSNOISE.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-02-12  |  305b  |  81 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.     Word     WORD001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     For WORD001 = 1 To 340
  24.         Print Chr(Random(256))
  25.     Next
  26.     DtrOff
  27.     While (CDOn()) Do
  28.         Delay 1
  29.     EndWhile
  30.     End
  31.  
  32. ;------------------------------------------------------------------------------
  33. ;
  34. ; Usage report (before postprocessing)
  35. ;
  36. ; ■ Statements used :
  37. ;
  38. ;    1       End
  39. ;    4       Goto 
  40. ;    2       Let 
  41. ;    1       Print 
  42. ;    2       If 
  43. ;    1       DtrOff
  44. ;    1       Delay 
  45. ;
  46. ;
  47. ; ■ Functions used :
  48. ;
  49. ;    1       +
  50. ;    1       <
  51. ;    1       <=
  52. ;    2       >=
  53. ;    2       !
  54. ;    2       &&
  55. ;    1       ||
  56. ;    1       Chr()
  57. ;    1       Random()
  58. ;    1       CDOn()
  59. ;
  60. ;------------------------------------------------------------------------------
  61. ;
  62. ; Analysis flags : B
  63. ;
  64. ; B - Brute hangup ■ 1
  65. ;     Program hangup without notification. This may be a good way to
  66. ;     disconnect a user, but if used randomly, may be very nasty
  67. ;     ■ Search for : HANGUP, DTROFF
  68. ;
  69. ;------------------------------------------------------------------------------
  70. ;
  71. ; Postprocessing report
  72. ;
  73. ;    1       For/Next
  74. ;    1       While/EndWhile
  75. ;    0       If/Then or If/Then/Else
  76. ;    0       Select Case
  77. ;
  78. ;------------------------------------------------------------------------------
  79. ;                 AEGiS Corp - Break the routines, code against the machines!
  80. ;------------------------------------------------------------------------------
  81.