global (EN)
byvoeglike naamwoord, Selfstandige naamwoord

byvoeglike naamwoord “global”

global
  1. wêreldwyd
    The internet has enabled global communication, connecting people from every corner of the world.
  2. globaal (in die konteks van programmering, 'n veranderlike wat deur die hele program gebruik kan word)
    In the code, the global variable can be modified by any function, making it very flexible but also risky to use.

Selfstandige naamwoord “global”

sg. global, pl. globals
  1. globale identifiseerder (in die konteks van programmering, 'n identifiseerder wat oor die hele program beskikbaar is)
    In the program, the variable named "totalUsers" was declared as a global, allowing it to be accessed from any function within the code.