<% var map = {b:1,a:2,c:3}; for(item in map){ print(item.value); } %>