Hello. I was just creating a Formula Trigger for a Flow and I noticed the following example formula displayed in grey before I filled in my formula (nearly identical except only a single =):
Isn’t $df(mm) % 5 == 0$ illegal? When I tried to use the == operator, I get errors. And when I look at this very fine guide to Kode, I see no mention of a == operator.
Thanks for confirming my suspicions. It is true that C and C-derivative languages such as Java employ == for equality while = means assignment. It seemed obvious to me that Kustom Kode did not employ ==. But I doubt myself. Best