global (EN)
pridjev, imenica

pridjev “global”

global
  1. globalni
    The internet has enabled global communication, connecting people from every corner of the world.
  2. globalna (u kontekstu programiranja, za varijablu koja se može koristiti kroz cijeli program)
    In the code, the global variable can be modified by any function, making it very flexible but also risky to use.

imenica “global”

sg. global, pl. globals
  1. global (u kontekstu programiranja, za identifikator koji je dostupan kroz cijeli program)
    In the program, the variable named "totalUsers" was declared as a global, allowing it to be accessed from any function within the code.