~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to awklib/eg/lib/join.awk

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 11:49:57 UTC
  • Revision ID: git-v1:6a2caf2157d87b4b582b2494bdd7d6a688dd0b1f
Tags: gawk-3.1.6
Move to gawk-3.1.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# join.awk --- join an array into a string
2
2
#
3
 
# Arnold Robbins, arnold@gnu.org, Public Domain
 
3
# Arnold Robbins, arnold@skeeve.com, Public Domain
4
4
# May 1993
5
5
 
6
6
function join(array, start, end, sep,    result, i)