What does the Mendix Arithmetic operator : means?

-4
What is Mendix Arithmetic operator  ":"   means?   please explain with example
asked
2 answers
4

it means divide like 10 : 2 (=5) is the same as 10 div 2 

cheers 🤓

 

see https://docs.mendix.com/refguide/arithmetic-expressions#division

answered
2

The : operator is a version of an obelus ÷ which is common in mathematics but not in computer languages (so I understand your question)

answered