2009-12-25 17:45:46 +00:00

8 lines
70 B
Plaintext

#name : if ... else ... end
# --
if ${1:condition}
$2
else
$3
end