home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD 2.1
/
Amiga Developer CD v2.1.iso
/
CD32
/
CD32_Support
/
examples
/
SA_Examples
/
cd
/
CDTest
/
test.cd
< 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
|
1993-08-31
|
264 b
|
18 lines
/*
* cd.device Test Program
* Test Script
*/
/* Address first instance of cd.device test program */
address cd.1
/* Enable options return */
options results
/* Test integer stem variable */
SETSTEMVARINT foo bar.gak 42
SAY foo.bar.gak
/* Quit */
Quit