home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
112.lha
/
ConMan_v1.1
/
pushdemo
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1986-11-20
|
197 b
|
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?"