qse/ase/cmd/awk/lang-002.awk

6 lines
53 B
Awk
Raw Normal View History

2007-12-24 02:11:27 +00:00
function f(f)
{
print f;
f("my hello");
}