Determine row/column based on mouse click

New Concepts

ConceptDescription
1
You can create a variable and name it
2
You can use the set block to set a variable
3
While Loops
4
If Statement
5
Math : Round Down

Code

This code will determine the row and column that the mouse was clicked on.
And print the [column,row] value to the console.