# -*- mode: snippet -*-
# name: try and with
# key: try_with
# expand-env: ((yas-indent-line 'fixed))
# group: control structure.try
# --
_try _with ${1:cond}
	$2
_when ${3:cond}
	$0
_endtry