Fixes
- the “Key is already added” error when compiling a snippet is fixed
Changes
- Condition code snippets are no restricted by a single line anymore. Long logical expression can be written in multiple lines for better readability
- If proxy variables get new values in the same snippet, they are updated from the first to last one, in the order of appearance in a snippet code. Note that updates occur in a single pass, immediately after the snippet is executed.