How to Use .NET Math Class Functions in Show Notes

The issue here is the DivRem function has an [out] parameter which makes it incompatible with the expression engine.

To work around this, I’ve added a modulus (remainder) operator for the next build. To get the remainder after division by 2, you’ll be able to use this:

$(cc(127,1) % 2)