March 2024
Beginner
348 pages
4h 21m
English
Operators are an essential part of the language. This chapter explains what they are and how they are used. It might seem that there is plenty of theory surrounding this subject but do not worry. We need to adopt the theoretical part to use it in practical code examples later in the book.
What is the operator? An operator is a language entity that performs/applies an operation to its arguments and returns a result. One or more different symbols are used to represent operators. To better understand the ...
Read now
Unlock full access