Hi,
would it be possible to somehow call a method directly on a trait?
e.g.
Trait named: #TMyTrait.
then add method
TMyTrait>>twelve
�� �� �� �� ^ 12
and then I could do `TMyTrait twelve "-> 12"`.
Note that I cannot use Class-side of a regular class, because of name clashes with system (Class, ClassDescription, ...) selectors.
Thanks,
Peter