# -*- mode: snippet -*-
# key: ei
# --

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

