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

Re: more translator requests



re: translating 'foo' into wordArray("foo") instead of "foo".

Can't say as I like the idea much even if it does save a bit of work.  The
main problem I have with it is that the smalltalk would then be operating on
different classes than the translated c++. (Strings instead of WordArrays).
Seems that we should come up with an easier way to create wordArrays if it
really is that much of a problem...

--Hugh