9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: unless ... end
|
|
# group: control structure
|
|
# key: unless
|
|
# contributor: Valery Zajkov
|
|
# --
|
|
unless ${1:condition}
|
|
$0
|
|
end |