Rect = { x = 0, y = 0, width = 10, height = 20, area = function() return Rect.width * Rect.height end }