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

2 lines
58 B
Plaintext

var x = 1; { var y = 2; { var z = 3; x = x + y + z } }; x