Archives for November, 2007

Weird Flash 8 compiler bug?


I haven’t delved into this in detail (so it could simply be an error on my part), but I had a function that returns a string. The string is long and complex, so my return statement looked something like this:

return
’string stuff’
+ ‘ more string stuff ‘ + [...]