Displays the current item's hint message on the message line. If the hint message is already displayed, HELP displays the detailed help screen for the item.
PROCEDURE HELP;
Built-in Type restricted procedure
Enter Query Mode yes
none
/*
** Built-in: HELP
** Example: Gives item-level hint/help.
*/
BEGIN
Help;
END;