home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d01xx / d0100.lha / Conman / dropdemo < prev    next >
Text File  |  1987-09-07  |  289b  |  18 lines

  1. ; Script to demonstrate "dropbuf"
  2. ; Can you predict the outcome?
  3. ; First, we queue a few
  4. queue echo line1
  5. queue echo line2
  6.  
  7. ; Try a drop
  8. dropbuf
  9.  
  10. ; Now for a push
  11. push  echo line3
  12. push  echo line4
  13.  
  14. ; Finish up with a couple of queues
  15. queue echo line5
  16. queue echo "So did you guess right?"
  17.  
  18.