# -*- mode: snippet -*-
# name: while
# key: while
# --
while $1 do
	$0
end
