Methods in Different ¡§Shapes¡¨
var c:= class Method {var dynamic msg:= "together with a document of the method.\n";
var init:= method x {print msg; return x}};
var m:= new c[quote (y), body (print y)];
print m["Invoking a user-defined kind of method.\n"]