Skip to content

VBA-Expressions v3.2.9

Latest
Compare
Choose a tag to compare
@ws-garcia ws-garcia released this 24 Sep 16:05
· 11 commits to main since this release

Approaching scripts!

New features

  • Support for double equality symbol (==): the library is able to evaluate comparisons using the double equality symbol, commonly used in modern scripting languages. With this addition, it is possible to evaluate expressions such as (a + b == c) & (a + b = c).