aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.delete1
blob: bb5943292e45d464953bcca64c3cfbf5cd8826af (plain)
1
2
3
4
5
6
7
{ split("1 1.2 abc", x)
  x[$1]++
  delete x[1]
  delete x[1.2]
  delete x["abc"]
  delete x[$1]
}