# -*- mode:snippet -*-
# name: for
# key: for
# --
for $1 {
  $0
}
