# -*- mode: snippet -*-
# key: wh
# --

while (${1:condition}) begin
   $0
end // while($1)
