_Added in 1.9.0_
*$group(#|N)*
Returns the name or status of a [[Scripting_Groups|Scripting Group]] in a script.
_See also [[/enable]], [[/disable]]._
*Parameters*
table(ktable).
|*Parameter*|*Description*|
| #
; Create a group.
#example on
alias Example {
echo -ag Group works
}
#example end
; Print number of groups.
//echo -ag $group(0)
; Print the '#example' group status.
//echo -ag #example1 is $group(#example1).status
; Disable the '#example' group
/disable #example
; Print the '#example' group status again.
//echo -ag #example1 is $group(#example1).status