2007-12-24 02:11:27 +00:00

4 lines
53 B
Awk

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