תואר “global”
צורת בסיס global (more/most)
- עולמי
הירשמו כדי לראות את התרגומים של משפטי הדוגמה ואת ההגדרות המונולינגואליות של כל מילה.
The internet has enabled global communication, connecting people from every corner of the world.
- גלובלי (בהקשר של משתנה שנגיש בכל התוכנית)
In the code, the global variable can be modified by any function, making it very flexible but also risky to use.
שם עצם “global”
יחיד global, רבים globals
- מזהה גלובלי (מזהה שזמין בכל התוכנית)
In the program, the variable named "totalUsers" was declared as a global, allowing it to be accessed from any function within the code.