1 2 3 4 5 6 7 8 9
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