object BlaueMauritius { var farbe: String = "Blau" fun anmalen(f: String) { farbe = f } } BlaueMauritius.anmalen("Gelb")