#!/usr/bin/gawk -f BEGIN{ a[1] = "one" print "error(?) 1" a[1][2] = "two" print "error(?) 2" }