-- Instantiate type local p = Point(13, 37) print("p =", p) -- Invoke 'scale' method p:scale(2) print("p =", p)