aboutsummaryrefslogtreecommitdiffstats
path: root/test/readall1.awk
blob: 2888d157b7c60a73c471de0ff11152ab4827cd7f (plain)
1
2
3
4
5
6
7
8
9
10
BEGIN {
	x = 5.9
	y = 3
	z = -2.327
	zebra[0] = "apple"
	zebra["archie"] = "banana"
	zebra[3]["foo"] = "bar"
	zebra[3]["bar"] = "foo"
	print writeall(ofile)
}