qse/regress/awk/lang-041.awk

5 lines
68 B
Awk

BEGIN {
abc = 20;
print abc (10); # this is not a function call
}