Soon soon :)
but in this form

MyClass>>myMethod
    [
    ^ 1 + 3
    ]

;)

MyClass>>myMethod   "in accessors"
    ^ 1 + 3

The current System Browser my also be switched to that method at the same time, or a new System Browser opened if this is entered from Workspace. I see some advantages for this for tutorials, where methods are presented using the ">>" convention, and readers might copy-paste the whole code.

cheers -ben




Reply via email to