A program name can be specified as a string value after keyword PROGRAM. The program name is displayed as the caption of your program's window:
program "My First Program" DrawText (10, 10, "Hello World")This is how result would look like:

program "My First Program" icon "first.png" DrawText (10, 10, "Hello World")This is how result would look like, once you generate and run EXE file:

See also: