Updated Destructors, 2nd edition (rest)

This commit is contained in:
Andreas Rumpf 2019-06-05 18:08:31 +02:00
parent 3d847d40b7
commit 401d5ab543
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ not destroyed at the scope exit, but at the proc exit.
::
var x: T; stmts
--------------- (var)
--------------- (destroy-var)
var x: T; try stmts
finally: `=destroy`(x)