Closed esc closed 3 months ago
Fixes #139
This makes sure that the comparison between strings is == and not is -- which then leads to the correct output, both branching regions have their jump targets updated accrodingly.
==
is
Fixes #139
This makes sure that the comparison between strings is
==
and notis
-- which then leads to the correct output, both branching regions have their jump targets updated accrodingly.