Comparing scripting rules together is pretty straight-forward
Last updated
Was this helpful?
Overview
Like in most modern IDEs, our Scripting Rules offer a code-comparison feature. Changed lines will be highlighted as shown in the image below.
Comparison of two Scripting Rules. In rule version 1, we had a function that divides two numbers and returns the result. In rule version 2 we decided to changed this function to multiply two numbers instead.