#

array.awk

# Ensures an array is empty function array(a) { split("",a,"") }