2016-12-27 19:38:56 -07:00

4 lines
50 B
Plaintext

while (${1:/* condition */}) {
${2:/* code */}
}