# -*- mode: snippet -*-
# key: for
# --

for (int ${1:i}=${2:0}; $1${3:<N}; ${4:$1++}) begin${5: : label}
   $0
end$5
