string foo

try {			# ERROR
	foo := "foo"
}

#
#  No "catch" - that's an issue
#

if foo != "foo" {
	test_fail
}