yasnippet-snippets/snippets/applescript-mode/if

8 lines
68 B
Plaintext

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