Set the title of the screen

New Concepts

NameDescription
ScreenYour drawing surface or canvas
TitleThe text that appears at the top of the screen
EventSomething that occurs that the program will wait for, or have special code to handle
Quit-EventThis occurs when the user clicks on the X to close/end the application

Code

This code will display "Hello BCC" in the title and wait for a quit

Here is what the screen looks like