global (EN)
tính từ, danh từ

tính từ “global”

global
  1. toàn cầu
    The internet has enabled global communication, connecting people from every corner of the world.
  2. toàn cục (trong lập trình, mô tả biến có thể sử dụng trong toàn bộ chương trình)
    In the code, the global variable can be modified by any function, making it very flexible but also risky to use.

danh từ “global”

sg. global, pl. globals
  1. biến toàn cục (trong lập trình, là định danh có sẵn trên toàn bộ chương trình)
    In the program, the variable named "totalUsers" was declared as a global, allowing it to be accessed from any function within the code.