6 lines
53 B
Awk
6 lines
53 B
Awk
|
function f(f)
|
||
|
{
|
||
|
print f;
|
||
|
f("my hello");
|
||
|
}
|