7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: while
|
|
# key: wh
|
|
# --
|
|
while ${1:cond} do
|
|
$0
|
|
done |