# -*- mode: snippet -*-
# name: while
# key: while
# --
while ${1:expression}:
  $0