ubuntu-buildroot/output/build/host-gawk-5.2.0/test/profile3.ok

15 lines
186 B
Plaintext
Raw Normal View History

2024-04-01 15:19:46 +00:00
# BEGIN rule(s)
BEGIN {
1 the_func = "p"
1 print @the_func("Hello")
}
# Functions, listed alphabetically
1 function p(str)
{
1 print "! " str " !"
}