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

9 lines
97 B
Plaintext

# -*- mode: snippet -*-
# name: ifelse
# key: ifel
# --
if ${1:cond1} then
$0
else
end if;