1 type Overlay = 2 val controls = List<Control>.new 3 4 def add control = 5 controls.add control 6 7 def remove control = 8 controls.remove control 9