question: %({<520>545]#-[101])
<=lowest number
>= highest number
{=start grid
}= end grid
the x axis of the grid starts at the lowest number and ends at the highest. The reverse is applied for the y axis
#- defines the intersection as the result of an operation made between the 2 numbers that intersect on the grid
[n] = the nth intersection
X axis takes priority in operations
%()= return the final result of any actions defined inside brackets
for decimal numbers only the first 4 digits matter
question: %({<520>545}#-[101])
(example grid in picture the red in the example grid is the intersection)
