[squeak-dev] funny error

Bert Freudenberg bert at freudenbergs.de
Sat Aug 31 18:54:18 UTC 2013


On 2013-08-31, at 20:28, Bob Arning <arning315 at comcast.net> wrote:

> If you are typing some javascript inside a squeak string, like:
> 
> 'mumble("x");
> grumble("*");'
> 
> there are subtle things that can go wrong. If you inadvertently type
> 
> mumble('x');
> 
> you'll get a compiler error, but if you type
> 
> grumble('*');
> 
> can you guess the result without actually running it?
> 
> Cheers,
> Bob

You mean 

	'grumble('*');'

I do have a guess indeed :)

- Bert -


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130831/e0505f6a/attachment.htm


More information about the Squeak-dev mailing list