7 lines
119 B
Plaintext

#contributor: Li Zhu <http://www.zhuli.name>
#name : do while (...) end do
# --
do while (${1:condition})
$0
end do