define_array(A)DNL array_push(A, a, b, c)DNL array_push(A, d, e, f)DNL define(ITEM, %"$0$1$2 "%)DNL array_each(A, ITEM) --- abc def