Operator Precedence and the invoke Operator
Learn about operator precedence and how to use the invoke operator to call objects like functions.
We'll cover the following...
The invoke
operator
Objects with the invoke
operator can be called like functions, with parentheses ()
straight after the variable representing ...