<zk> <zscript> int[] names = {1,2,3,4,5}; </zscript> <forEach items="${names}"> ${each} </forEach> </zk>
Prints nonsense 0.
Prints 1 2 3 4 5.
Use Integer[]