Global Variable
Called a global variable if the variable and its value can be recognized and used by all parts of the script that need it. These variables must be declared global in the function.
Screen Output:
This script will tell which variable is Global or Local.
Author: BukanDarahBiru aka PangeranAntok
Called a global variable if the variable and its value can be recognized and used by all parts of the script that need it. These variables must be declared global in the function.
Local Variable
Is a variable that can only be used by the function where the variable is declared.This script will tell which variable is Global or Local.
Author: BukanDarahBiru aka PangeranAntok
0 comments:
Post a Comment