////////////////////////////////////////////////////////
// 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
