(menugroup name)
The menugroup function checks whether the specified menugroup is loaded.
name is a string that specifies the name of a menugroup.
The return value is a string with the menugroup name if the group is loaded; otherwise, the function returns nil.
Examples
: (menugroup "MYMENU")
"MYMENU"