help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Question on translating some code from VisualSmallt


From: Rick Flower
Subject: Re: [Help-smalltalk] Question on translating some code from VisualSmalltalk to GST..
Date: Wed, 26 Sep 2012 09:06:06 -0700
User-agent: Apple Webmail/0.6

On 26.09.2012 08:59, Paolo Bonzini wrote:

It's an array of arrays. In GST you need to prefix symbols with # always:

^#(
('foo' #someClassName)
('bar' #someOtherClassName)
...
)

Otherwise true/false/nil would conflict.

Ahh.. That makes sense!  Thanks!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]