7 lines
90 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: if statement
# key: if
# --
if (${1:condition}) {
$0
}