# console.group(string label)
Creates a new group in the debugging panel. An indent is added to subsequently output content to indicate that it belongs to the current group. Grouping is completed after console.groupEnd is called.
# Parameters
# string label
The group marker (optional).
# Notes
This is only effective in the DevTools. It is implemented as an empty function in vConsole.