home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
wps
/
com
/
zoc
/
script
/
samples
/
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