Getting coordinates

You can add this program to the bottom of your house assignment if you'd like some help figuring out coordinates.

var x, y, button : int
loop
   Mouse.Where (x, y, button)
   Text.Locate (1, 1)
   put x : 4, "  ", y : 4
end loop