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