home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 17
/
CD_ASCQ_17_101194.iso
/
vrac_os2
/
zoc195.zip
/
INSTALL.FIL
/
SCRIPT
/
RXSAMPLE
/
1_FIRST
next >
Wrap
Text File
|
1993-10-07
|
315b
|
17 lines
////////////////////////////////////////////////////////
// OUR FIRST SCRIPT
////////////////////////////////////////////////////////
// comments may begin with //
# or with # (if you like that better)
// clear the screen
cls
// say something
write "Hello "
writeln "World!"
// end it
endscript