# this script shows hash-ordering of array # try typing the integers in order to this program { a[$1] = 1 print "" for (i in a) print i,a[i] print "" }