7 lines
78 B
Plaintext
Raw Normal View History

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