8 lines
76 B
Plaintext
8 lines
76 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: for
|
|
# key: for
|
|
# --
|
|
for ${1:lista} {
|
|
$0
|
|
}
|