Files
cell/vm_test/try_finally.txt
2026-02-05 10:44:53 -06:00

2 lines
46 B
Plaintext

var x = 1; try { x = 2 } finally { x = 3 }; x