# -*- mode: snippet -*-
# name: if
# key: if
# expand-env: ((yas-indent-line 'fixed))
# group: control structure.if
# --
_if ${1:cond}
_then
	$0
_endif