L1VM - nested code

I do work on the 1.8.0 version of L1VM. I did some bigger changes to the Brackets compiler. Now the “reset-reg” command is inserted automatically at: if, if+, else, endif, switch: ?, switchend, for, next, do, while. This makes more robust code and helps if the code is nested. Also have a lot “if” and this stuff nested into each other.

However you can switch this off if you need so: “(nested-code-off)” will do this!