qse/ase/test/awk/lang-001.awk

4 lines
53 B
Awk
Raw Normal View History

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