5 lines
83 B
Awk
5 lines
83 B
Awk
function abc (abc)
|
|
{
|
|
abc (); # invalid as abc is the parameter in this context
|
|
}
|