home *** CD-ROM | disk | FTP | other *** search
- ; Script to demonstrate "dropbuf"
- ; Can you predict the outcome?
- ; First, we queue a few
- queue echo line1
- queue echo line2
-
- ; Try a drop
- dropbuf
-
- ; Now for a push
- push echo line3
- push echo line4
-
- ; Finish up with a couple of queues
- queue echo line5
- queue echo "So did you guess right?"
-
-