# -*- mode: snippet -*- # name: whl # key: whl # -- int $1 = $2; while ($1 < $3) { $4 $1++; }