2009-08-29 17:59:02 +00:00

9 lines
134 B
Plaintext

# -*- mode: snippet -*-
# key: while
# contributor: Translated from TextMate Snippet
# name: Loop
# --
while ($1) {
${2:# body...}
}