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

4 lines
53 B
Awk

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