qse/ase/cmd/awk/lang-002.awk
2008-03-21 03:49:53 +00:00

6 lines
53 B
Awk

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