repl.txt (426B)
1 2 {{alias}}() 3 Returns the effective numeric group identity of the calling process. 4 5 The function only returns an effective group identity on POSIX platforms. 6 For all other platforms (e.g., Windows and Android), the function returns 7 `null`. 8 9 Returns 10 ------- 11 id: integer|null 12 Effective numeric group identity. 13 14 Examples 15 -------- 16 > var gid = {{alias}}() 17 18 See Also 19 -------- 20