freebsd-dev/contrib/awk/test/funsmnam.awk
2000-08-15 10:02:07 +00:00

7 lines
47 B
Awk

function foo( \
foo)
{
print foo
}
{ foo() }