2 lines
46 B
Plaintext
2 lines
46 B
Plaintext
var x = 1; try { x = 2 } finally { x = 3 }; x
|
var x = 1; try { x = 2 } finally { x = 3 }; x
|