5 lines
68 B
Awk
5 lines
68 B
Awk
|
BEGIN {
|
||
|
abc = 20;
|
||
|
print abc (10); # this is not a function call
|
||
|
}
|