Some VW to Squeak questions

radoslav hodnicak rh at 4096.sk
Wed Jun 8 21:12:29 UTC 2005



On Wed, 8 Jun 2005, Torsten Sadowski wrote:

> Thank you very much. could you please explain to me what is really done in
> the parantheses? I can't find the >> operator in any Smalltalk book.
>
> Torsten
>
> request: (#jun_What_is_your_name_ >> 'What is your name?') asString

well you can look at implementors of #>> in VW. It's a shortcut to create 
UserMessage objects, which are used for localization. For porting purposes 
the actual string ('What is your name?') should be enough.



More information about the Squeak-dev mailing list