global (EN)
придавка, именка

придавка “global”

global
  1. глобален
    The internet has enabled global communication, connecting people from every corner of the world.
  2. глобална променлива (за променливи кои можат да се користат низ целата програма)
    In the code, the global variable can be modified by any function, making it very flexible but also risky to use.

именка “global”

sg. global, pl. globals
  1. глобален идентификатор (за идентификатори достапни низ целата програма)
    In the program, the variable named "totalUsers" was declared as a global, allowing it to be accessed from any function within the code.