4 lines
53 B
Awk
4 lines
53 B
Awk
|
|
||
|
function f(f) { print f; }
|
||
|
BEGIN { f("hello"); }
|