7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: elif
|
|
# key: elif
|
|
# uuid: elif
|
|
# --
|
|
elif ${1:condition}; then
|
|
`%`$0 |