# -*- mode: snippet -*-
# name: if ...; then ...; fi
# key: if;
# uuid: if;
# --
${1:condition} && ${0:echo 1}