# -*- mode: snippet -*-
# name: for
# key: for
# --
for ${2:x} <- ${1:Enumeration}, do: $2$0
