ubuntu-buildroot/output/build/host-gawk-5.2.0/test/match2.awk

7 lines
76 B
Awk
Raw Normal View History

2024-04-01 15:19:46 +00:00
function f(a, b, c)
{
print match("foo", "bar", f)
}
BEGIN { f(1, 2, 3) }