ref: cd1bcaf273f968c44f70c78eb1ff8729086badbb dir: /test/t.split2a/
BEGIN { a[1]="a b" print split(a[1],a),a[1],a[2] }