# -*- mode: snippet -*-
# key: if
# --

if (${1:condition}) begin
   $0
end // if($1)

