GUI_MENU(WIN,TITLE$)
 
WIN = Window to attach Menu to, or if NULL then this is a Quick Menu
TITLE$ = title of menu
 
Will setup a new Main Menu attached to Window (WIN). If a NULL is passed then this Menu is setup as a Quick-Menu ie is not attached to a Window.
 
See MENU page for example