!7 sclass Bla { swappable S hello() { ret "yo"; } } p-exp { new Bla bla; bla.hello = () -> "Here is random stuff: " + randomID(); print(bla.hello()); }