qse/qse/cmd/awk/lang-002.awk
2008-12-21 20:30:00 +00:00

6 lines
53 B
Awk

function f(f)
{
print f;
f("my hello");
}