7 lines
64 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: if
# key: if
# --
if $1 {
$0
}