# -*- mode: snippet -*-
# name: for (;;)
# key: for
# uuid: for
# --
for ($1;$2;$3) {
    `%`$0
}