·

global (EN)
pridevnik, samostalnik

pridevnik “global”

osnovna oblika global (more/most)
  1. svetoven
    The internet has enabled global communication, connecting people from every corner of the world.
  2. globalna (v računalništvu, za spremenljivko, ki se lahko uporablja v celotnem programu)
    In the code, the global variable can be modified by any function, making it very flexible but also risky to use.

samostalnik “global”

ednina global, množina globals
  1. globalni identifikator (v računalništvu, identifikator, ki je dostopen v celotnem programu)
    In the program, the variable named "totalUsers" was declared as a global, allowing it to be accessed from any function within the code.