7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: fori
|
|
# key: fori
|
|
# --
|
|
for $1 in $2 {
|
|
$0
|
|
} |