6 lines
98 B
Awk
6 lines
98 B
Awk
#
|
|
# a global variable can not have the same name as a function name
|
|
#
|
|
global a;
|
|
function a () { }
|