CodeGen 5.5.1 Released
March 16, 2020Modifying Strings Without Getting Strung Out
March 27, 2020Apologies for being only a few days after the last CodeGen release, but we’ve been hard at work and have added some really cool new features, and we wanted to share them with you as soon as possible. We have added support for complex expressions, which allow you to use AND, OR and NOT within expression tokens, and also allows you to use parentheses to explicitly define precedence. Here are some examples:
<IF expression_1 AND expression_2> </IF> <IF expression_1 OR expression_2> </IF> <IF NOT expression_1> </IF> <IF NOT expression_1 AND expression_2> </IF> <IF expression_1 AND(expression_2 OR expression_3)> </IF> <IF expression_1 OR expression_2> <ELSE expression_3 AND expression_4> <ELSE> </IF>
We hope you're as excited as we are about these significant new capabilities.