Mischer <- { } Mischer.Inhalt <- function() { ::print(_farbname); } local Farbe = { _farbname="rot" } Farbe.setdelegate(Mischer) Farbe.Inhalt();