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