7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: while loop
|
|
# --
|
|
while (${1:condition}) {
|
|
`%`$0
|
|
}
|