mworks / mworks-issues

MWorks issue tracker
0 stars 0 forks source link

Implement short-circuit evaluation of AND and OR #411

Open cstawarz opened 2 years ago

cstawarz commented 2 years ago

This goes against the idea of pre-evaluating all expressions to check for errors, as the short-circuited portion may not be evaluated. Consider this carefully.