Examples

The following creates a simple frame:

DISPLAY FRAME, LINES 7, SIZE 30.

Here is a frame with a title specified in the Screen Section:

03 FRAME, "Options", SIZE 15, LINES 7.

Here is a frame that has the visual effect of having a dramatically raised surface:

03 FRAME, LINE 4, placeStateCOL 15, LINES 5, SIZE 25,
     RAISED, HEAVY.