home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 2: PC
/
frozenfish_august_1995.bin
/
bbs
/
d01xx
/
d0165.lha
/
ConMan
/
pushdemo
< prev
next >
Wrap
Text File
|
1988-11-22
|
197b
|
10 lines
; Script to demonstrate "push" and "queue"
; Can you predict the outcome?
queue echo line1
queue echo line2
push echo line3
queue echo line4
push echo line5
queue echo "So did you guess right?"