yasnippet-snippets/snippets/apples-mode/if
2017-08-13 12:16:55 +01:00

8 lines
68 B
Plaintext

# -*- mode: snippet -*-
# name: if
# --
if $1 then
$2
else
$0
end if