qse/regress/awk/lang-006.awk

6 lines
99 B
Awk

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