shithub: trueawk

ref: 829f5258e66609a91efebe72e18d7cd5e80987f9
dir: /testdir/t.split2a/

View raw version
BEGIN {
  a[1]="a b"
  print split(a[1],a),a[1],a[2]
}