# Iteration test data. HASH { "LIST" = LIST { 23, "xyzzy", 666.6, }, "HASH" = HASH { "INT" = 23, "FLOAT" = 4.5, "STRING" = "xyzzy", }, "FUNC" = FUNC { 0 0, 1 1, 2 4, 3 9, 4 16, 5 25, 6 36, }, "ARRAY" = ARRAY { 0.3 = "FRED", 1.7 = "BRIAN", 3.6 = "KEVIN", 5.9 = "NORBERT", }, "QUEUE" = QUEUE { 0 = "important", 1 = "not so important", 2 = "average", 3 = "not important", 4 = "forget it", }, } # Local Variables: # mode:vars # End: