# -*- mode: snippet -*-
# name: foreach
# key: foreach
# --
foreach (${1:i}: ${2:int}; ${3:condition}) {
    $0
}