The program I'm working on requires the mod (modulo) fuction. I failed to find any reference to it in the B4A documentation, so I started to write my own function. I quickly noticed that the word "Mod" appeared in blue, indicating that it was a key word. So I tried C = A Mod B, and of course it worked.
Shouldn't Mod be mentioned under Keywords in the Core documentation?
Shouldn't Mod be mentioned under Keywords in the Core documentation?