auto x = 1
Map {
  throw(x) = 1.1f 
}
assert_equal(4, x);

x = 1
try {
row(x)
  x = 2
}
catch(string e) {
}
catch(e) {
  x = e + 4
}
asal(5, x);
