blob: d3a2140dda7e8fffc9e79473820986bddb969f68 [file] [log] [blame]
BEGIN {
a[1]="a b"
print split(a[1],a),a[1],a[2]
}