6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: for
|
|
# key: for
|
|
# --
|
|
(for [$1 $2]
|
|
$3)$> |