Syntax
getegid()
Description
The getegid() function returns the numeric effective group id of the caller.
Example
println(getegid()) 100
Just another Monkey Lang
getegid()
The getegid() function returns the numeric effective group id of the caller.
println(getegid()) 100