blob: 1252e4a99607b09c98dda0aa3f089d3aa93aace6 [file] [log] [blame]
BEGIN {
SUBSEP = 123.456;
a["hello", "world"] = "foo";
print a["hello" SUBSEP "world"];
}