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

3 lines
97 B
Awk
Raw Normal View History

2024-04-01 15:19:46 +00:00
function f(c, d, x) { delete c; x = d[0] }
BEGIN { a[0][0] = 1; f(a, a[0]); print "still here" }