Operators
Learn about the many different operators available in Solidity.
In Solidity, much like in other programming languages, there is always a need to perform operations on operands and variables. These operations can range from simple math to comparisons and assignments. Knowing that Solidity deals mainly with money, numbers, and complex data, there’s an even greater need to learn about the various operators we can use and choose the right one for the operation.
Categories of operators
Solidity ...