1 2 3 4 5 6 7 8 9 10 11
BEGIN { names[1] = "s" names[2] = "m" for (i in names) { x[names[i]] = i print i, names[i], x[names[i]] } print x["s"] # adump(x) # adump(names) }
Loggerhead is a web-based interface for Breezy Version: 2.0.1