For example, if I want to read the middle value from magic(5), I can do so like this: M = magic(5); value = M
Until today, I thought that for example: i += j; Was just a shortcut for: i = i + j; But if we try this: