Files
2024-04-30 07:08:23 +02:00

9 lines
119 B
Plaintext

# -*- mode: snippet -*-
# name: ifelif
# key: ifelif
# --
if ${1:cond1} then
$0
elsif ${2:cond2} then
end if;