qse/ase/test/awk/lang-002.awk
2007-12-24 02:11:27 +00:00

6 lines
53 B
Awk

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