Adjektiv “global”
Grundform global (more/most)
- global
Melden Sie sich an, um die Übersetzungen von Beispielsätzen und die einsprachigen Definitionen jedes Wortes zu sehen.
The internet has enabled global communication, connecting people from every corner of the world.
- global (im Sinne von überall im Programm zugänglich)
In the code, the global variable can be modified by any function, making it very flexible but also risky to use.
Substantiv “global”
Sg. global, Pl. globals
- Globale variable (als bezeichner, der im gesamten programm verfügbar ist)
In the program, the variable named "totalUsers" was declared as a global, allowing it to be accessed from any function within the code.