qse/qse/regress/awk/lang-006.awk

6 lines
98 B
Awk

#
# a global variable can not have the same name as a function name
#
global a;
function a () { }