setCaption()
Change the caption of display window.
Syntax:
setCaption(
string
)
Example:
setdisplay(640,480,32,1)
setCaption(
"sdlBasic rocks"
)
prints( caption )
waitKey
Example:
setCaption.sdlbas
see also
caption()
command