# -*- mode: snippet -*-
# contributor: Alexander Sulfrian <alexander@sulfrian.net>
# name: if ... end
# key: if
# --
if $1 then
begin
$0
end;