Help with creating methods from workspace

Romain Robbes romain.robbes at lu.unisi.ch
Fri Sep 30 20:16:06 UTC 2005


On Sep 30, 2005, at 9:26 PM, Valdas Bucinskas wrote:

> Hello !
>
> How do I create a simple method from workspace? I want to execute
> smth like
>
> MyClass createMethod: 'methodName' sourse: '^true' in: 'instance-side'
>

MyClass compile: 'methodName
^true' classified: 'protocol'

for the class side, replace MyClass by MyClass class.

Romain

> Help please.
>
> --  
> Best regards,
>  Valdas                          mailto:valdas.bucinskas at ipsistemos.lt
>
>
> --
> Nebrangus ir kokybiðkas internetas http://www.dtiltas.lt
> DËMESIO! VYKSTA AKCIJOS http://www.dtiltas.lt/main.php? 
> category=11&number=5
> http://www.reklama.lt/ - ieðkantiems nuolaidø, akcijø, atrakcijø
>
>
>

--
     Romain Robbes
     http://www.inf.unisi.ch/~robbes/





More information about the Squeak-dev mailing list