# -*- mode: snippet -*-
# name: while ... ... end
# key: while
# contributor: hankail05
# --
while ${1:cond}
    $0
end
