- Mastering macOS Programming
- Stuart Grimshaw
- 33字
- 2021-07-02 22:54:39
Infix operators
These are operators that are placed between two operands, for example the % operator:
let a = 23 % 5
So the syntax for using our new operator will be -><-someGridMovement.