(root)/
gawk-5.2.2/
test/
symtab12.awk
BEGIN {
	for (i in SYMTAB)
		print i | "sort"
	close("sort")
	print "----"
	SYMTAB["foofoo"]["q"] = "q"
}