global (EN)
melléknév, főnév

melléknév “global”

global
  1. világméretű
    The internet has enabled global communication, connecting people from every corner of the world.
  2. globális (az egész programban használható változót jelölve)
    In the code, the global variable can be modified by any function, making it very flexible but also risky to use.

főnév “global”

sg. global, pl. globals
  1. globális változó (az egész programra kiterjedő azonosító)
    In the program, the variable named "totalUsers" was declared as a global, allowing it to be accessed from any function within the code.