2016-10-20 10:27:10 +02:00

7 lines
90 B
Plaintext

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